[PATCH 20/20] MIPS/GAS: Remove dead format specifier code
Richard Sandiford
rdsandiford@googlemail.com
Tue Dec 7 11:43:00 GMT 2010
"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
More information about the Binutils
mailing list