Mon Feb 2 18:30:34 1998 Steve Haworth <steve@pm.cse.rmit.EDU.AU>
authorIan Lance Taylor <ian@airs.com>
Tue, 3 Feb 1998 00:17:20 +0000 (00:17 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 3 Feb 1998 00:17:20 +0000 (00:17 +0000)
commit0e034c7751ab65989cc41d80e398c1fc6e835f8c
tree858fcc62b870814b2a9af744014b8ca8eb5ca2b4
parent6d0b44264fb12b44fa3da4fd7fb968bb050b961c
Mon Feb  2 18:30:34 1998  Steve Haworth  <steve@pm.cse.rmit.EDU.AU>

Add tms320c30 support:
* config/tc-tic30.h: New file.
* config/tc-tic30.c: New file.
* config/obj-coff.h: If TC_TIC30, include coff/tic30.h and define
TARGET_FORMAT as "coff-tic30".
* configure.in (tic30-*-*aout*, tic30-*-*coff*): New targets.
* Makefile.am: Rebuild dependencies.
(CPU_TYPES): Add tic30.
(CPU_OBJ_VALID): tic30-aout is valid.
(TARGET_CPU_CFILES): Add config/tc-tic30.c.
(TARGET_CPU_HFILES): Add config/tc-tic30.h.
* configure, Makefile.in: Rebuild.
gas/ChangeLog
gas/Makefile.am
gas/Makefile.in
gas/NEWS
gas/config/.Sanitize
gas/config/tc-tic30.c [new file with mode: 0644]
gas/config/tc-tic30.h [new file with mode: 0644]
gas/configure
gas/configure.in