mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
9 lines
148 B
Bash
9 lines
148 B
Bash
SCRIPT_NAME=elf32xc16x
|
|
TEMPLATE_NAME=elf32
|
|
OUTPUT_FORMAT="elf32-xc16x"
|
|
TEXT_START_ADDR=0x00400
|
|
ARCH=xc16x
|
|
MAXPAGESIZE=256
|
|
ENTRY=_start
|
|
EMBEDDED=yes
|