diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-07-03 19:28:00 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-07-03 19:28:00 +0000 |
commit | 115bb25d1590818c167d7e654c84e14f16dd0396 (patch) | |
tree | 5d9fde242c8f38ffc9793eb69e118e633e78c697 | |
parent | 5b6ca067a865a906012e0df98467f091c0bda0bc (diff) | |
download | gdb-115bb25d1590818c167d7e654c84e14f16dd0396.zip gdb-115bb25d1590818c167d7e654c84e14f16dd0396.tar.gz gdb-115bb25d1590818c167d7e654c84e14f16dd0396.tar.bz2 |
add missing word
-rw-r--r-- | gas/NEWS | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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. |