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 13/20] MIPS/GAS: Improve instruction's mnemonic processing


"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


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