diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-02-03 00:17:20 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-02-03 00:17:20 +0000 |
commit | 0e034c7751ab65989cc41d80e398c1fc6e835f8c (patch) | |
tree | 858fcc62b870814b2a9af744014b8ca8eb5ca2b4 /gas/NEWS | |
parent | 6d0b44264fb12b44fa3da4fd7fb968bb050b961c (diff) | |
download | gdb-0e034c7751ab65989cc41d80e398c1fc6e835f8c.zip gdb-0e034c7751ab65989cc41d80e398c1fc6e835f8c.tar.gz gdb-0e034c7751ab65989cc41d80e398c1fc6e835f8c.tar.bz2 |
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.
Diffstat (limited to 'gas/NEWS')
-rw-r--r-- | gas/NEWS | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,5 +1,16 @@ -*- text -*- +Changes in 2.9: + +Texas Instruction c30 (tms320c30) support added. + +Added --gstabs option to generates stabs debugging information. + +The -a option takes a new suboption, m (e.g., -alm) to expand macros in a +listing. + +Added -MD option to print dependencies. + Changes in 2.8: BeOS support added. @@ -22,6 +33,9 @@ The ELF assembler has a new pseudo-op, .symver, used for symbol versioning. The -a option takes a new suboption, c (e.g., -alc), to skip false conditionals in listings. +Added new pseudo-op, .equiv; it's like .equ, except that it is an error if the +symbol is already defined. + Changes in 2.7: The PowerPC assembler now allows the use of symbolic register names (r0, etc.) |