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/config | |
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/config')
-rw-r--r-- | gas/config/tc-mips.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index ea5fe48..828b37d 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -9331,6 +9331,7 @@ MIPS options:\n\ fprintf (stream, _("\ -O0 remove unneeded NOPs, do not swap branches\n\ -O remove unneeded NOPs and swap branches\n\ +-n warn about NOPs generated from macros\n\ --[no-]construct-floats [dis]allow floating point values to be constructed\n\ --trap, --no-break trap exception on div by 0 and mult overflow\n\ --break, --no-trap break exception on div by 0 and mult overflow\n")); |