* elf32-sh.c (sh_elf_size_dynamic_sections): Create .interp section
[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
12
13DATA_START_SYMBOLS='__data_start = . ;';
14
465bc359
AM
15OTHER_READWRITE_SECTIONS="
16 .note.ABI-tag ${RELOCATING-0} : { *(.note.ABI-tag) }"
This page took 0.15667 seconds and 4 git commands to generate.