diff options
author | Ian Lance Taylor <ian@airs.com> | 2004-01-09 02:34:04 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2004-01-09 02:34:04 +0000 |
commit | 78849248c05bbfd4aec63ab945195eac6e4224b0 (patch) | |
tree | fd8e93095ef0e1c76a2b5c765164267a37fb7782 /gas/ChangeLog | |
parent | 29ccc66bdb32142230615e07f376720597c6b472 (diff) | |
download | gdb-78849248c05bbfd4aec63ab945195eac6e4224b0.zip gdb-78849248c05bbfd4aec63ab945195eac6e4224b0.tar.gz gdb-78849248c05bbfd4aec63ab945195eac6e4224b0.tar.bz2 |
* config/tc-mips.c (warn_nops): Remove static variable.
(macro): Remove test of warn_nops.
(md_shortops): Remove 'n'.
(md_parse_option): Remove 'n' case.
(md_show_usage): Remove -n.
* doc/as.texinfo (Overview): Remove MIPS -n option.
* doc/c-mips.texi (MIPS Opts): Remove mention -n.
* NEWS: Mention removal of MIPS -n option.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 69cda1f..e9efaf2 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,14 @@ 2004-01-08 Ian Lance Taylor <ian@wasabisystems.com> + * config/tc-mips.c (warn_nops): Remove static variable. + (macro): Remove test of warn_nops. + (md_shortops): Remove 'n'. + (md_parse_option): Remove 'n' case. + (md_show_usage): Remove -n. + * doc/as.texinfo (Overview): Remove MIPS -n option. + * doc/c-mips.texi (MIPS Opts): Remove mention -n. + * NEWS: Mention removal of MIPS -n option. + * config/tc-mips.c (ISA_HAS_COPROC_DELAYS): Remove. (cop_interlocks): Check ISA level. (cop_mem_interlocks): Define. |