3 OUTPUT_FORMAT
="elf32-littlearm"
4 BIG_OUTPUT_FORMAT
="elf32-bigarm"
5 LITTLE_OUTPUT_FORMAT
="elf32-littlearm"
10 .gnu.sgstubs : { *(.gnu.sgstubs*) }"
11 OTHER_TEXT_SECTIONS
='*(.glue_7t) *(.glue_7) *(.vfp11_veneer) *(.v4_bx)'
12 OTHER_BSS_SYMBOLS
="${CREATE_SHLIB+PROVIDE (}__bss_start__ = .${CREATE_SHLIB+)};"
13 OTHER_BSS_END_SYMBOLS
="${CREATE_SHLIB+PROVIDE (}_bss_end__ = .${CREATE_SHLIB+)}; ${CREATE_SHLIB+PROVIDE (}__bss_end__ = .${CREATE_SHLIB+)};"
14 OTHER_END_SYMBOLS
="${CREATE_SHLIB+PROVIDE (}__end__ = .${CREATE_SHLIB+)};"
15 OTHER_SECTIONS
='.note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }'
16 ATTRS_SECTIONS
='.ARM.attributes 0 : { KEEP (*(.ARM.attributes)) KEEP (*(.gnu.attributes)) }'
17 OTHER_READONLY_SECTIONS
="
18 .ARM.extab ${RELOCATING-0} : { *(.ARM.extab${RELOCATING+* .gnu.linkonce.armextab.*}) }
19 .ARM.exidx ${RELOCATING-0} :
21 ${RELOCATING+PROVIDE_HIDDEN (__exidx_start = .);}
22 *(.ARM.exidx${RELOCATING+* .gnu.linkonce.armexidx.*})
23 ${RELOCATING+PROVIDE_HIDDEN (__exidx_end = .);}
26 DATA_START_SYMBOLS
="${CREATE_SHLIB+PROVIDE (}__data_start = .${CREATE_SHLIB+)};"
28 GENERATE_SHLIB_SCRIPT
=yes
29 GENERATE_PIE_SCRIPT
=yes
33 MAXPAGESIZE
="CONSTANT (MAXPAGESIZE)"
37 # This sets the stack to the top of the simulator memory (2^19 bytes).
40 # ARM does not support .s* sections.
43 # ARM supports the .noinit and .persistent sections.