diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2001-05-25 21:19:46 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2001-05-25 21:19:46 +0000 |
commit | 5f642101273ece6833888f875f4d914903cb238d (patch) | |
tree | c82cad71fbea083fe6a34df38a2c9d692c7d74e6 /ld/emultempl/aix.em | |
parent | eed3fa3bb39ad154cb98898fbe0189c47e0cc2db (diff) | |
download | gdb-5f642101273ece6833888f875f4d914903cb238d.zip gdb-5f642101273ece6833888f875f4d914903cb238d.tar.gz gdb-5f642101273ece6833888f875f4d914903cb238d.tar.bz2 |
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.
Diffstat (limited to 'ld/emultempl/aix.em')
-rw-r--r-- | ld/emultempl/aix.em | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |