2001-06-08 H.J. Lu <hjl@gnu.org>
authorH.J. Lu <hjl.tools@gmail.com>
Sat, 9 Jun 2001 05:24:39 +0000 (05:24 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Sat, 9 Jun 2001 05:24:39 +0000 (05:24 +0000)
commit39c0a33100862ba819871baddf47164c1db5e9bb
treeefea1c10a1cfc20a0021499153e9e4e3b2e20acf
parent268f6bed84d11426bfd97ad25d78b2afe7581b2a
2001-06-08  H.J. Lu  <hjl@gnu.org>

* config/tc-mips.c (warn_nops): New variable. Set to 0 to
disable warning about all NOPS that the assembler generates.
(macro): Warn NOPS generated only if warn_nops is not 0.
(md_shortopts): Add `n'.
(md_parse_option): Set warn_nops to 1 for `n'.
gas/ChangeLog
gas/config/tc-mips.c