add missing word

This commit is contained in:
Ian Lance Taylor 1998-07-03 19:28:00 +00:00
parent 5b6ca067a8
commit 115bb25d15
1 changed files with 7 additions and 2 deletions

View File

@ -2,14 +2,19 @@
Changes in 2.10:
Greatly improved instruction operand checking for i386.
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 disables this optimization.
and gcc 2.8. The new --traditional-format option disables this optimization.
Added --gstabs option to generate stabs debugging information.