Browse Source

Add mcore-elf support for shared libraries

gdb-premipsmulti-2000-06-06-branch
Nick Clifton 28 years ago
parent
commit
06f2f02a3d
  1. 5
      ld/ChangeLog
  2. 3
      ld/emulparams/elf32mcore.sh

5
ld/ChangeLog

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

3
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

Loading…
Cancel
Save