* ld-srec/srec.exp: For m6811/m6812 use --defsym to define _.z soft
[deliverable/binutils-gdb.git] / ld / emulparams / shlelf_linux.sh
CommitLineData
465bc359
AM
1# If you change this file, please also look at files which source this one:
2# shelf_linux.sh
3
4a428502
AO
4SCRIPT_NAME=elf
5OUTPUT_FORMAT="elf32-sh-linux"
6TEXT_START_ADDR=0x400000
7MAXPAGESIZE=0x10000
8ARCH=sh
9MACHINE=
10TEMPLATE_NAME=elf32
11GENERATE_SHLIB_SCRIPT=yes
308f753f 12GENERATE_PIE_SCRIPT=yes
4a428502
AO
13
14DATA_START_SYMBOLS='__data_start = . ;';
15
465bc359
AM
16OTHER_READWRITE_SECTIONS="
17 .note.ABI-tag ${RELOCATING-0} : { *(.note.ABI-tag) }"
This page took 0.141334 seconds and 4 git commands to generate.