Add mcore-elf support for shared libraries
This commit is contained in:
parent
7c2499d256
commit
06f2f02a3d
2 changed files with 8 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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…
Reference in a new issue