From 5f642101273ece6833888f875f4d914903cb238d Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Fri, 25 May 2001 21:19:46 +0000 Subject: [PATCH] 2001-05-25 H.J. Lu * 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 | 8 ++++++++ ld/emulparams/aixrs6.sh | 2 ++ ld/emultempl/aix.em | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) 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 + + * 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 * 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 <