3 OUTPUT_FORMAT
="elf32-littlearm"
4 BIG_OUTPUT_FORMAT
="elf32-bigarm"
5 LITTLE_OUTPUT_FORMAT
="elf32-littlearm"
9 OTHER_TEXT_SECTIONS
='*(.glue_7t) *(.glue_7)'
10 OTHER_BSS_SYMBOLS
='__bss_start__ = .;'
11 OTHER_BSS_END_SYMBOLS
='_bss_end__ = . ; __bss_end__ = . ; __end__ = . ;'
12 OTHER_SECTIONS
='.note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }'
13 OTHER_READONLY_SECTIONS
="
14 .ARM.extab ${RELOCATING-0} : { *(.ARM.extab${RELOCATING+* .gnu.linkonce.armextab.*}) }
15 ${RELOCATING+ __exidx_start = .; }
16 .ARM.exidx ${RELOCATING-0} : { *(.ARM.exidx${RELOCATING+* .gnu.linkonce.armexidx.*}) }
17 ${RELOCATING+ __exidx_end = .; }"
19 DATA_START_SYMBOLS
='__data_start = . ;';
21 GENERATE_SHLIB_SCRIPT
=yes
29 # This sets the stack to the top of the simulator memory (2^19 bytes).
32 # ARM does not support .s* sections.