This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Patch to silent mips gas


On Wed, Jun 06, 2001 at 09:45:06AM -0700, H . J . Lu wrote:
> It is very annoying for gas to warn NOPS generated from macros. It
> causes many "make check" failures in gcc. Here is a patch.
> 
> 
> H.J.
> ----
> 2001-06-06  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'.
> 

I checked in this patch.


H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]