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/NEWS | |
parent | 29ccc66bdb32142230615e07f376720597c6b472 (diff) | |
download | fsf-binutils-gdb-78849248c05bbfd4aec63ab945195eac6e4224b0.zip fsf-binutils-gdb-78849248c05bbfd4aec63ab945195eac6e4224b0.tar.gz fsf-binutils-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/NEWS')
-rw-r--r-- | gas/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -28,6 +28,9 @@ with multi-byte nop instructions such as leal 0(%esi,1),%esi. This switch disables the optimization. +* Removed -n option from MIPS assembler. It was not useful, and confused the + existing -non_shared option. + Changes in 2.14: * Added support for MIPS32 Release 2. |