aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog8
-rw-r--r--ld/emulparams/aixrs6.sh2
-rw-r--r--ld/emultempl/aix.em2
3 files changed, 11 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index d047676..ab8d256 100644
--- a/ld/ChangeLog
+++ b/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
diff --git a/ld/emulparams/aixrs6.sh b/ld/emulparams/aixrs6.sh
index 733c3f7..472c42d 100644
--- a/ld/emulparams/aixrs6.sh
+++ b/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
diff --git a/ld/emultempl/aix.em b/ld/emultempl/aix.em
index b88960c..2977075 100644
--- a/ld/emultempl/aix.em
+++ b/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
{