sanitization fix.
[deliverable/binutils-gdb.git] / gas / NEWS
index 63b869ddc6bea0c20e7976a35ad915f043259c60..def1f79cd302ecec5092e0fe90f4ddef8ee15480 100644 (file)
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -1,5 +1,28 @@
 -*- text -*-
 
+Changes in 2.10:
+
+Full 16-bit mode support for i386.
+
+Greatly improved instruction operand checking for i386.  This change will
+produce errors or warnings on incorrect assembly code that previous versions of
+gas accepted.  If you get unexpected messages from code that worked with older
+versions of gas, please double check the code before reporting a bug.
+
+Changes in 2.9:
+
+Texas Instruction c30 (tms320c30) support added.
+
+The assembler now optimizes the exception frame information generated by egcs
+and gcc 2.8.  The new --traditional-format option disables this optimization.
+
+Added --gstabs option to generate 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 +45,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.)
@@ -43,7 +69,7 @@ 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.
+m88k-motorola-sysv3* support added.
 
 Changes in 2.6:
 
This page took 0.022959 seconds and 4 git commands to generate.