mcore-elf lacks shared lib support
authorAlan Modra <amodra@gmail.com>
Thu, 7 Dec 2017 10:07:33 +0000 (20:37 +1030)
committerAlan Modra <amodra@gmail.com>
Thu, 7 Dec 2017 10:37:19 +0000 (21:07 +1030)
elf32-mcore.c has no backend create_dynamic_sections function so can't
support shared libs.

* emulparams/elf32mcore.sh (GENERATE_SHLIB_SCRIPT): Don't define.

ld/ChangeLog
ld/emulparams/elf32mcore.sh

index 5d51420e4a86d8ddcab0428a9c03894b82ea4a98..f0121a7721ccd75960d94153849430a536396794 100644 (file)
@@ -1,3 +1,7 @@
+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
index 512a9b0f3a7f614fa20fcc28cce4ecb38bb44ec6..9a83999e5031e2f24a70a883fbae5d5c95f82980 100644 (file)
@@ -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.
This page took 0.032175 seconds and 4 git commands to generate.