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/doc/c-mips.texi | |
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/doc/c-mips.texi')
-rw-r--r-- | gas/doc/c-mips.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/doc/c-mips.texi b/gas/doc/c-mips.texi index de5f221..64b7882 100644 --- a/gas/doc/c-mips.texi +++ b/gas/doc/c-mips.texi @@ -189,6 +189,10 @@ are only supported at Instruction Set Architecture level 2 and higher. @itemx --no-trap Generate code to take a break exception rather than a trap exception when an error is detected. This is the default. + +@item -n +When this option is used, @code{@value{AS}} will issue a warning every +time it generates a nop instruction from a macro. @end table @node MIPS Object |