mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 18:44:20 +08:00
4a428502cb
* Makefile.am: Added eshelf_linux and eshlelf_linux. * Makefile.in: Rebuilt. * emulparams/shelf_linux.sh: New file. * emulparams/shlelf_linux.sh: New file.
15 lines
266 B
Bash
15 lines
266 B
Bash
SCRIPT_NAME=elf
|
|
OUTPUT_FORMAT="elf32-sh-linux"
|
|
TEXT_START_ADDR=0x400000
|
|
MAXPAGESIZE=0x10000
|
|
ARCH=sh
|
|
MACHINE=
|
|
TEMPLATE_NAME=elf32
|
|
GENERATE_SHLIB_SCRIPT=yes
|
|
|
|
DATA_START_SYMBOLS='__data_start = . ;';
|
|
|
|
OTHER_READWRITE_SECTIONS='
|
|
.note.ABI-tag : { *(.note.ABI-tag) }
|
|
'
|