diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2001-06-09 05:24:39 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2001-06-09 05:24:39 +0000 |
commit | 39c0a33100862ba819871baddf47164c1db5e9bb (patch) | |
tree | efea1c10a1cfc20a0021499153e9e4e3b2e20acf /gas/ChangeLog | |
parent | 268f6bed84d11426bfd97ad25d78b2afe7581b2a (diff) | |
download | gdb-39c0a33100862ba819871baddf47164c1db5e9bb.zip gdb-39c0a33100862ba819871baddf47164c1db5e9bb.tar.gz gdb-39c0a33100862ba819871baddf47164c1db5e9bb.tar.bz2 |
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'.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index ae2cd9c..6e2ad00 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,13 @@ 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'. + +2001-06-08 H.J. Lu <hjl@gnu.org> + * config/tc-mips.c (mips_ip): Properly handle illegal operands. 2001-06-08 H.J. Lu <hjl@gnu.org> |