From 06f2f02a3d3abbedb569804abdd57a6aebad4c07 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Sun, 16 May 1999 14:02:47 +0000 Subject: [PATCH] Add mcore-elf support for shared libraries --- ld/ChangeLog | 5 +++++ ld/emulparams/elf32mcore.sh | 3 +++ 2 files changed, 8 insertions(+) diff --git a/ld/ChangeLog b/ld/ChangeLog index 2a289fdd094..63fa8e16e1c 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +1999-05-16 Nick Clifton + + * emulparams/elf32mcore.sh (GENERATE_SHLIB_SCRIPT): Define. + (TEMPLATE_NAME): Define. + Thu May 13 09:48:09 1999 Joel Sherrill (joel@OARcorp.com) * configure.tgt (i386-*-rtemself*, sh-*-rtemself*): New targets. 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 -- 2.30.2