From 041dd5a9f4231569f5526d0bd192521a108e7286 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sat, 4 Sep 1999 17:29:22 +0000 Subject: 1999-09-04 Steve Chamberlain * config/tc-pj.c: New file, supports picoJava in ELF. * config/tc-pj.h: Ditto. * configure.in (pjl*, pj*): New targets. * Makefile.am: Rebuild dependencies. (CPU_TYPES): Add pj. (TARGET_CPU_CFILES): Add config/tc-pj.c. (TARGET_CPU_HFILES): Add config/tc-pj.h. * doc/c-pj.texi: New file. * doc/as.texinfo: Add some PJ specifics. * doc/all.texi: Add PJ to the list of all architectures, sort them all alphabetically. * doc/Makefile.in (CPU_DOCS): Add c-pj.texi. * configure, Makefile.in, doc/Makefile.in: Rebuild. --- gas/NEWS | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'gas/NEWS') diff --git a/gas/NEWS b/gas/NEWS index 6017d58..48835cf 100644 --- a/gas/NEWS +++ b/gas/NEWS @@ -2,13 +2,17 @@ Changes in 2.10: -Support for the Motorolla MCore 210 processor added. +picoJava architecture support added. -A new pseudo-op .intel_syntax has been implemented to allow gas to parse i386 assembly -programs with intel syntax. +Motorola MCore 210 processor support added. + +A new pseudo-op .intel_syntax has been implemented to allow gas to parse i386 +assembly programs with intel syntax. New pseudo-ops .func,.endfunc to aid in debugging user-written assembler code. +Added -gdwarf2 option to generate DWARF 2 debugging information. + Full 16-bit mode support for i386. Greatly improved instruction operand checking for i386. This change will -- cgit v1.1