mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-02 23:04:09 +08:00
cdf91fe451
Add tms320c30 support: * configure.tgt (tic30-*-*aout*, tic30-*-*coff*): New targets. * emulparams/tic30aout.sh: New file. * emulparams/tic30coff.sh: New file. * scripttempl/tic30aout.sc: New file. * scripttempl/tic30coff.sc: New file. * Makefile.am (ALL_EMULATIONS): Add etic30aout.o and etic30coff.o. (etic30aout.c, etic30coff.c): New targets. * Makefile.in: Rebuild.
8 lines
135 B
Bash
8 lines
135 B
Bash
SCRIPT_NAME=tic30coff
|
|
OUTPUT_FORMAT="coff-tic30"
|
|
OUTPUT_ARCH="tms320c30"
|
|
TEXT_START_ADDR=0x0
|
|
TARGET_PAGE_SIZE=128
|
|
ARCH=tms320c30
|
|
BIG=1
|