]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - contrib/binutils/ld/emulparams/armelf_oabi.sh
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / contrib / binutils / ld / emulparams / armelf_oabi.sh
1 MACHINE=
2 SCRIPT_NAME=elf
3 OUTPUT_FORMAT="elf32-littlearm-oabi"
4 BIG_OUTPUT_FORMAT="elf32-bigarm-oabi"
5 LITTLE_OUTPUT_FORMAT="elf32-littlearm-oabi"
6 TEXT_START_ADDR=0x8000
7 TEMPLATE_NAME=armelf_oabi
8 OTHER_TEXT_SECTIONS='*(.glue_7t) *(.glue_7)'
9 OTHER_BSS_SYMBOLS='__bss_start__ = .;'
10 OTHER_BSS_END_SYMBOLS='_bss_end__ = . ; __bss_end__ = . ;'
11  
12  
13 ARCH=arm
14 MACHINE=
15 MAXPAGESIZE=256
16 ENTRY=_start
17 EMBEDDED=yes
18  
19 # This sets the stack to the top of the simulator memory (2^19 bytes).
20 STACK_ADDR=0x80000
21
22 # ARM does not support .s* sections.
23 NO_SMALL_DATA=yes