This is the mail archive of the binutils@sourceware.org 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]
Other format: [Raw text]

Re: [PATCH 20/20] MIPS/GAS: Remove dead format specifier code


"Maciej W. Rozycki" <macro@codesourcery.com> writes:
> 	gas/
> 	* config/tc-mips.c (mips_ip): Remove dead format specifier code.

OK, thanks.  I wonder if the 'G' confusion came from someone misinterpreting:

	      if (ok) 
		{
		  lastregno = regno;
		  continue;
		}
	      else
		break;

as fallthrough?

	      if (ok) 
		{
		  lastregno = regno;
		  continue;
		}
	      break;

would be more usual.  Maybe I'll tweak it after the microMIPS stuff
has gone in.

Richard


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