mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
65982ba6e7
and Bernd Schmidt <bernds@redhat.com> and Alexandre Oliva <aoliva@redhat.com> * Makefile.am: Add new emulations for h8300sx. * Makefile.in: Regenerate. * configure.tgt: Add new emulations. * emulparams/h8300sx.sh: New emulation. * emulparams/h8300sxelf.sh: Ditto. * scripttempl/h8300sx.sc: Ditto.
6 lines
102 B
Bash
6 lines
102 B
Bash
SCRIPT_NAME=h8300sx
|
|
OUTPUT_FORMAT="coff-h8300"
|
|
TEXT_START_ADDR=0x8000
|
|
TARGET_PAGE_SIZE=128
|
|
ARCH=h8300
|