Browse Source

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.
dberlin-typesystem-branch
H.J. Lu 26 years ago
parent
commit
5f64210127
  1. 8
      ld/ChangeLog
  2. 2
      ld/emulparams/aixrs6.sh
  3. 2
      ld/emultempl/aix.em

8
ld/ChangeLog

@ -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
ld/emulparams/aixrs6.sh

@ -2,3 +2,5 @@ TEMPLATE_NAME=aix
SCRIPT_NAME=aix
OUTPUT_FORMAT="aixcoff-rs6000"
ARCH=rs6000
SYSCALL_MASK=0x77
SYMBOL_MODE_MASK=0x0d

2
ld/emultempl/aix.em

@ -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…
Cancel
Save