diff options
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/emulparams/elf32mcore.sh | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 5d51420e4a8..f0121a7721c 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,9 @@ 2017-12-07 Alan Modra <amodra@gmail.com> + * emulparams/elf32mcore.sh (GENERATE_SHLIB_SCRIPT): Don't define. + +2017-12-07 Alan Modra <amodra@gmail.com> + * testsuite/lib/ld-lib.exp (check_shared_lib_support): Ask ld under test whether -shared is supported. diff --git a/ld/emulparams/elf32mcore.sh b/ld/emulparams/elf32mcore.sh index 512a9b0f3a7..9a83999e503 100644 --- a/ld/emulparams/elf32mcore.sh +++ b/ld/emulparams/elf32mcore.sh @@ -28,7 +28,6 @@ OTHER_BSS_END_SYMBOLS="__bss_end__ = . ;" STACK_ADDR=0x80000 TEMPLATE_NAME=elf32 -GENERATE_SHLIB_SCRIPT=yes # This code gets inserted into the generic elf32.sc linker script # and allows us to define our own command line switches. |