diff options
-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 |