* 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.
This commit is contained in:
Ian Lance Taylor
2004-01-09 02:34:04 +00:00
parent 29ccc66bdb
commit 78849248c0
5 changed files with 19 additions and 28 deletions

View File

@ -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.