2001-05-25 H.J. Lu <hjl@gnu.org>
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 25 May 2001 21:19:46 +0000 (21:19 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 25 May 2001 21:19:46 +0000 (21:19 +0000)
* 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.

ld/ChangeLog
ld/emulparams/aixrs6.sh
ld/emultempl/aix.em

index d047676..ab8d256 100644 (file)
@@ -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
index 733c3f7..472c42d 100644 (file)
@@ -2,3 +2,5 @@ TEMPLATE_NAME=aix
 SCRIPT_NAME=aix
 OUTPUT_FORMAT="aixcoff-rs6000"
 ARCH=rs6000
+SYSCALL_MASK=0x77
+SYMBOL_MODE_MASK=0x0d
index b88960c..2977075 100644 (file)
@@ -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
 {