Add mcore-elf support for shared libraries
authorNick Clifton <nickc@redhat.com>
Sun, 16 May 1999 14:02:47 +0000 (14:02 +0000)
committerNick Clifton <nickc@redhat.com>
Sun, 16 May 1999 14:02:47 +0000 (14:02 +0000)
ld/ChangeLog
ld/emulparams/elf32mcore.sh

index 2a289fd..63fa8e1 100644 (file)
@@ -1,3 +1,8 @@
+1999-05-16  Nick Clifton  <nickc@cygnus.com>
+
+       * 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.
index b3c2ba5..bd1fdae 100644 (file)
@@ -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