forked from Imagelibrary/binutils-gdb
* configure.tgt (sh-*-linux*): Added.
* Makefile.am: Added eshelf_linux and eshlelf_linux. * Makefile.in: Rebuilt. * emulparams/shelf_linux.sh: New file. * emulparams/shlelf_linux.sh: New file.
This commit is contained in:
14
ld/emulparams/shlelf_linux.sh
Normal file
14
ld/emulparams/shlelf_linux.sh
Normal file
@@ -0,0 +1,14 @@
|
||||
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) }
|
||||
'
|
||||
Reference in New Issue
Block a user