mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 18:44:20 +08:00
Use correct template
This commit is contained in:
parent
e26b85f069
commit
a13cba0d36
@ -1,3 +1,7 @@
|
||||
1999-05-26 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* emulparams/armelf_oabi.sh (TEMPLATE_NAME): Set to armelf_oabi.
|
||||
|
||||
1999-05-24 Philip Blundell <philb@gnu.org>
|
||||
|
||||
* emultempl/armelf.em (before_parse): Set config.dynamic_link and
|
||||
|
@ -4,7 +4,7 @@ OUTPUT_FORMAT="elf32-littlearm-oabi"
|
||||
BIG_OUTPUT_FORMAT="elf32-bigarm-oabi"
|
||||
LITTLE_OUTPUT_FORMAT="elf32-littlearm-oabi"
|
||||
TEXT_START_ADDR=0x8000
|
||||
TEMPLATE_NAME=armelf
|
||||
TEMPLATE_NAME=armelf_oabi
|
||||
OTHER_TEXT_SECTIONS='*(.glue_7t) *(.glue_7)'
|
||||
OTHER_BSS_SYMBOLS='__bss_start__ = .;'
|
||||
OTHER_BSS_END_SYMBOLS='_bss_end__ = . ; __bss_end__ = . ;'
|
||||
|
Loading…
Reference in New Issue
Block a user