[PATCH 13/20] MIPS/GAS: Improve instruction's mnemonic processing

Richard Sandiford rdsandiford@googlemail.com
Sat Dec 11 10:36:00 GMT 2010


"Maciej W. Rozycki" <macro@codesourcery.com> writes:
> 2010-12-10  Maciej W. Rozycki  <macro@codesourcery.com>
>
> 	* config/tc-mips.c (mips_ip): Make a copy of the instruction's
> 	mnemonic and use it for further processing.

OK as part of the microMIPS patch.

(In case you're wondering why not just "OK": there's nothing wrong with
temporarily replacing whitespace with nulls, so without the microMIPS
changes, that's what we'd do here.  The thing I objected to with the
microMIPS patch was editing the mnemonic in-place, by removing characters.
That's what you're fixing with the combination of this patch and the
updated microMIPS one, so the two patches are OK together.)

Richard



More information about the Binutils mailing list