* config/tc-m68hc11.h (LISTING_HEADER): Use m68hc11_listing_header
[deliverable/binutils-gdb.git] / ld / emulparams / armelf_linux.sh
CommitLineData
252b5132
RH
1ARCH=arm
2SCRIPT_NAME=elf
3OUTPUT_FORMAT="elf32-littlearm"
4BIG_OUTPUT_FORMAT="elf32-bigarm"
5LITTLE_OUTPUT_FORMAT="elf32-littlearm"
6MAXPAGESIZE=0x8000
41392f03
AM
7TEMPLATE_NAME=elf32
8EXTRA_EM_FILE=armelf
31ce0628
NC
9GENERATE_SHLIB_SCRIPT=yes
10
5fa803d3 11DATA_START_SYMBOLS='__data_start = . ;';
252b5132
RH
12OTHER_TEXT_SECTIONS='*(.glue_7t) *(.glue_7)'
13OTHER_BSS_SYMBOLS='__bss_start__ = .;'
0f1ee889 14OTHER_BSS_END_SYMBOLS='_bss_end__ = . ; __bss_end__ = . ; __end__ = . ;'
252b5132
RH
15
16# This needs to be high enough so that we can load ld.so below it,
5fa803d3 17# yet low enough to stay away from the mmap area at 0x40000000.
252b5132
RH
18# Also, it is small enough so that relocs which are pointing
19# at absolute 0 will still be fixed up.
20TEXT_START_ADDR=0x02000000
This page took 0.084281 seconds and 4 git commands to generate.