2001-05-25 H.J. Lu <hjl@gnu.org>
* emulparams/aixrs6.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK like emulparams/aixppc.sh. * emultempl/aix.em (sc): Use ${srcdir}/emultempl/ostring.sed instead of ${srcdir}/emultempl/stringify.sed.
This commit is contained in:
parent
eed3fa3bb3
commit
5f64210127
3 changed files with 11 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
|||
2001-05-25 H.J. Lu <hjl@gnu.org>
|
||||
|
||||
* emulparams/aixrs6.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
|
||||
like emulparams/aixppc.sh.
|
||||
|
||||
* emultempl/aix.em (sc): Use ${srcdir}/emultempl/ostring.sed
|
||||
instead of ${srcdir}/emultempl/stringify.sed.
|
||||
|
||||
2001-05-25 Timothy Wall <twall@oculustech.com>
|
||||
|
||||
* emulparams/elf64_aix.sh: Change settings to match IBM linker
|
||||
|
|
|
@ -2,3 +2,5 @@ TEMPLATE_NAME=aix
|
|||
SCRIPT_NAME=aix
|
||||
OUTPUT_FORMAT="aixcoff-rs6000"
|
||||
ARCH=rs6000
|
||||
SYSCALL_MASK=0x77
|
||||
SYMBOL_MODE_MASK=0x0d
|
||||
|
|
|
@ -1202,7 +1202,7 @@ then
|
|||
# Scripts compiled in.
|
||||
|
||||
# sed commands to quote an ld script as a C string.
|
||||
sc="-f ${srcdir}/emultempl/stringify.sed"
|
||||
sc="-f ${srcdir}/emultempl/ostring.sed"
|
||||
|
||||
cat >>e${EMULATION_NAME}.c <<EOF
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue