Fix thinko in previous patch
[deliverable/binutils-gdb.git] / gas / NEWS
index c35108e7d5ecd898c54fb81fcc33042949b62a60..9c3e7263679a480077683d2ce27677ff8d3d6a1c 100644 (file)
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -1,5 +1,42 @@
 -*- text -*-
 
+Changes since 2.6:
+
+The PowerPC assembler now allows the use of symbolic register names (r0, etc.)
+if -mregnames is used.  Symbolic names preceded by a '%' (%r0, etc.) can be
+used any time.  PowerPC 860 move to/from SPR instructions have been added.
+
+Alpha Linux (ELF) support added.
+
+PowerPC ELF support added.
+
+m68k Linux (ELF) support added.
+
+i960 Hx/Jx support added.
+
+i386/PowerPC gnu-win32 support added.
+
+SCO ELF support added.  For OpenServer 5 targets (i386-unknown-sco3.2v5) the
+default is to build COFF-only support.  To get a set of tools that generate ELF
+(they'll understand both COFF and ELF), you must configure with
+target=i386-unknown-sco3.2v5elf.
+
+m88k-motorola-sysv* support added.
+
+Changes since 2.5:
+
+Gas now directly supports macros, without requiring GASP.
+
+Gas now has an MRI assembler compatibility mode.  Use -M or --mri to select MRI
+mode.  The pseudo-op ``.mri 1'' will switch into the MRI mode until the ``.mri
+0'' is seen; this can be convenient for inline assembler code.
+
+Added --defsym SYM=VALUE option.
+
+Added -mips4 support to MIPS assembler.
+
+Added PIC support to Solaris and SPARC SunOS 4 assembler.
+
 Changes since 2.3:
 
 Converted this directory to use an autoconf-generated configure script.
@@ -18,17 +55,19 @@ used, it should become obvious pretty quickly what the problem is.
 
 Usage message is available with "--help".
 
+The GNU Assembler Preprocessor (gasp) is included.  (Actually, it was in 2.3
+also, but didn't get into the NEWS file.)
+
 Weak symbol support for a.out.
 
 A bug in the listing code which could cause an infinite loop has been fixed.
 Bugs in listings when generating a COFF object file have also been fixed.
 
 Initial i386-svr4 PIC implementation from Eric Youngdale, based on code by Paul
-Kranenburg.  This code was oriented towards gas version 1.xx; in updating some
-aspects of it for version 2, I broke it.
+Kranenburg.
 
 Improved Alpha support.  Immediate constants can have a much larger range now.
-Support for the 21164 has been added.
+Support for the 21164 has been contributed by Digital.
 
 Updated ns32k (pc532-mach, netbsd532) support from Ian Dall.
 
This page took 0.02639 seconds and 4 git commands to generate.