mcore-elf lacks shared lib support

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.
This commit is contained in:
Alan Modra 2017-12-07 20:37:33 +10:30
parent 05a5feafdd
commit 931c97c81a
2 changed files with 4 additions and 1 deletions

View 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

View 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.