daily update
[binutils.git] / ld / emulparams / shlelf_linux.sh
blob875b2f3750b34ad8e7ee43ba6aed3e09afb211ee
1 # If you change this file, please also look at files which source this one:
2 # shelf_linux.sh
4 SCRIPT_NAME=elf
5 OUTPUT_FORMAT="elf32-sh-linux"
6 TEXT_START_ADDR=0x400000
7 MAXPAGESIZE=0x10000
8 ARCH=sh
9 MACHINE=
10 TEMPLATE_NAME=elf32
11 GENERATE_SHLIB_SCRIPT=yes
13 DATA_START_SYMBOLS='__data_start = . ;';
15 OTHER_READWRITE_SECTIONS="
16 .note.ABI-tag ${RELOCATING-0} : { *(.note.ABI-tag) }"