diff options
author | Alan Modra <amodra@gmail.com> | 2005-08-18 07:15:17 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-08-18 07:15:17 +0000 |
commit | 2caf1300cf795be1a48b6cdb72e0b168a669540e (patch) | |
tree | 5a4a9d7010857e1c75bac3b93a388e789a510241 /ld | |
parent | 848cf006a0ae006d412db5180cecca7f790b66a8 (diff) | |
download | gdb-2caf1300cf795be1a48b6cdb72e0b168a669540e.zip gdb-2caf1300cf795be1a48b6cdb72e0b168a669540e.tar.gz gdb-2caf1300cf795be1a48b6cdb72e0b168a669540e.tar.bz2 |
* scripttempl/elf.sc: Remove commented out defines.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/scripttempl/elf.sc | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 0cf1b1b..7f12bc7 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,9 @@ 2005-08-18 Alan Modra <amodra@bigpond.net.au> + * scripttempl/elf.sc: Remove commented out defines. + +2005-08-18 Alan Modra <amodra@bigpond.net.au> + * emulparams/a29k.sh: Delete. * emulparams/ebmon29k.sh: Delete. * emulparams/sa29200.sh: Delete. diff --git a/ld/scripttempl/elf.sc b/ld/scripttempl/elf.sc index 2f5971e..abe4597 100644 --- a/ld/scripttempl/elf.sc +++ b/ld/scripttempl/elf.sc @@ -243,8 +243,6 @@ OUTPUT_ARCH(${OUTPUT_ARCH}) ENTRY(${ENTRY}) ${RELOCATING+${LIB_SEARCH_DIRS}} -${RELOCATING+/* Do we need any of these for elf? - __DYNAMIC = 0; ${STACKZERO+${STACKZERO}} ${SHLIB_PATH+${SHLIB_PATH}} */} ${RELOCATING+${EXECUTABLE_SYMBOLS}} ${RELOCATING+${INPUT_FILES}} ${RELOCATING- /* For some reason, the Solaris linker makes bad executables |