* configure.tgt (sh-*-linux*): Added.
[deliverable/binutils-gdb.git] / ld / emulparams / shelf_linux.sh
1 SCRIPT_NAME=elf
2 OUTPUT_FORMAT="elf32-shbig-linux"
3 TEXT_START_ADDR=0x400000
4 MAXPAGESIZE=0x10000
5 ARCH=sh
6 MACHINE=
7 TEMPLATE_NAME=elf32
8 GENERATE_SHLIB_SCRIPT=yes
9
10 DATA_START_SYMBOLS='__data_start = . ;';
11
12 OTHER_READWRITE_SECTIONS='
13 .note.ABI-tag : { *(.note.ABI-tag) }
14 '
This page took 0.033426 seconds and 5 git commands to generate.