diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2001-06-11 20:40:36 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2001-06-11 20:40:36 +0000 |
commit | 63486801dd981dfadf3c3d9c2d2f3a2ea7401cad (patch) | |
tree | ec9d6becd3f2fc72c5d5441959345bcc3fa9e136 /gas/NEWS | |
parent | 88379bafe54d70ae623116af9b8fe8a35e0a65c5 (diff) | |
download | gdb-63486801dd981dfadf3c3d9c2d2f3a2ea7401cad.zip gdb-63486801dd981dfadf3c3d9c2d2f3a2ea7401cad.tar.gz gdb-63486801dd981dfadf3c3d9c2d2f3a2ea7401cad.tar.bz2 |
2001-06-11 H.J. Lu <hjl@gnu.org>
* NEWS: Updated for the new -n option for the MIPS assembler.
* config/tc-mips.c (md_show_usage): Add -n.
* doc/as.texinfo: Document the new -n option.
* doc/c-mips.texi: Likewise.
* doc/as.1: Regenerated.
Diffstat (limited to 'gas/NEWS')
-rw-r--r-- | gas/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ -*- text -*- +The MIPS assembler no longer issues a warning by default when it +generates a nop instruction from a macro. The new command line option +-n will turn on the warning. + Changes in 2.11: x86 gas now supports the full Pentium4 instruction set. |