diff options
author | Nick Clifton <nickc@redhat.com> | 1999-05-16 14:02:47 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-05-16 14:02:47 +0000 |
commit | 06f2f02a3d3abbedb569804abdd57a6aebad4c07 (patch) | |
tree | ee54fed5beeef1f3b51148a11371c1cd48992c95 /ld/emulparams | |
parent | 7c2499d256ab67a8b492b1b6612fb6fb0a90bafc (diff) | |
download | binutils-gdb-06f2f02a3d3abbedb569804abdd57a6aebad4c07.tar.gz |
Add mcore-elf support for shared libraries
Diffstat (limited to 'ld/emulparams')
-rw-r--r-- | ld/emulparams/elf32mcore.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/emulparams/elf32mcore.sh b/ld/emulparams/elf32mcore.sh index b3c2ba587c7..bd1fdae04c6 100644 --- a/ld/emulparams/elf32mcore.sh +++ b/ld/emulparams/elf32mcore.sh @@ -27,3 +27,6 @@ OTHER_BSS_END_SYMBOLS="__bss_end__ = . ;" # Hmmm, there's got to be a better way. This sets the stack to the # top of the simulator memory (2^19 bytes). OTHER_RELOCATING_SECTIONS='.stack 0x80000 : { _stack = .; *(.stack) }' + +TEMPLATE_NAME=elf32 +GENERATE_SHLIB_SCRIPT=yes |