src/gas ChangeLog config/tc-mips.c

Ian Lance Taylor ian@zembu.com
Mon Jun 11 08:29:00 GMT 2001


hjl@sourceware.cygnus.com writes:

> CVSROOT:	/cvs/src
> Module name:	src
> Changes by:	hjl@sources.redhat.com	2001-06-08 22:24:39
> 
> Modified files:
> 	gas            : ChangeLog 
> 	gas/config     : tc-mips.c 
> 
> Log message:
> 	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'.
> 
> Patches:
> http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.895&r2=1.896
> http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-mips.c.diff?cvsroot=src&r1=1.46&r2=1.47

This seems to add an option.  That must be documented in
gas/doc/c-mips.texi; how else will anybody know about it?  Did you
update md_show_usage?  It also seems to change behaviour.  That should
probably be documented in gas/NEWS.

Ian



More information about the Binutils mailing list