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:
parent
05a5feafdd
commit
931c97c81a
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user