Home | History | Annotate | Download | only in emulparams
      1 MACHINE=
      2 SCRIPT_NAME=elf
      3 OUTPUT_FORMAT="elf32-littlearm"
      4 BIG_OUTPUT_FORMAT="elf32-bigarm"
      5 LITTLE_OUTPUT_FORMAT="elf32-littlearm"
      6 TEXT_START_ADDR=0x00100000
      7 TEMPLATE_NAME=elf32
      8 EXTRA_EM_FILE=armelf
      9 OTHER_TEXT_SECTIONS='*(.glue_7t) *(.glue_7) *(.vfp11_veneer) *(.v4_bx)'
     10 OTHER_BSS_SYMBOLS='__bss_start__ = .;'
     11 OTHER_BSS_END_SYMBOLS='_bss_end__ = . ; __bss_end__ = . ;'
     12 OTHER_END_SYMBOLS='__end__ = . ;'
     13 
     14 DATA_START_SYMBOLS='__data_start = . ;';
     15 
     16 GENERATE_SHLIB_SCRIPT=yes
     17 
     18 ARCH=arm
     19 MACHINE=
     20 MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
     21 
     22 ENTRY=_start
     23 
     24 # This sets the stack to the top of the simulator memory (2^19 bytes).
     25 STACK_ADDR=0x80000
     26 
     27 # ARM does not support .s* sections.
     28 NO_SMALL_DATA=yes
     29