2003-08-05 Jason Eckhardt <jle@rice.edu>
[deliverable/binutils-gdb.git] / gas / NEWS
index 8cbb8942be81f62d0a98a16451cc50ad52f8565c..3393d9cc219f18b771af9520d55cafde755e5bc4 100644 (file)
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -1,7 +1,25 @@
 -*- text -*-
 
-* Support for Texas Instruments TMS320C4x series of microcontrollers
-  contributed by Michael Hayes and Svein E. Seldal.
+* Added -n switch for x86 assembler.  By default, x86 GAS replaces
+  multiple nop instructions used for alignment within code sections
+  with multi-byte nop instructions such as leal 0(%esi,1),%esi.  This
+  switch disables the optimization.
+
+* Added support for MIPS32 Release 2.
+
+* Added support for Xtensa architecture.
+
+* Support for Intel's iWMMXt processor (an ARM variant) added.
+
+* An assembler test generator has been contributed and an example file that
+  uses it (gas/testsuite/gas/all/test-gen.c and test-exmaple.c).
+  
+* Support for SH2E added.
+
+* GASP has now been removed.
+
+* Support for Texas Instruments TMS320C4x and TMS320C3x series of
+  DSP's contributed by Michael Hayes and Svein E. Seldal.
   
 * Support for the Ubicom IP2xxx microcontroller added.
 
This page took 0.024056 seconds and 4 git commands to generate.