Typo fix.
[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
4c8e70d7 8COMMONPAGESIZE=0x1000
4a428502
AO
9ARCH=sh
10MACHINE=
11TEMPLATE_NAME=elf32
12GENERATE_SHLIB_SCRIPT=yes
308f753f 13GENERATE_PIE_SCRIPT=yes
4a428502
AO
14
15DATA_START_SYMBOLS='__data_start = . ;';
16
465bc359
AM
17OTHER_READWRITE_SECTIONS="
18 .note.ABI-tag ${RELOCATING-0} : { *(.note.ABI-tag) }"
This page took 0.265785 seconds and 4 git commands to generate.