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: RFA: arm maverick disassembly


On Fri, 2005-10-07 at 22:44, James Lemke wrote:
> I got a report of incorrect disassembly of mrc opcodes as cfmsub32.
> E.G.
> was         ee102610    cfmsub32    mvax0, mvfx2, mvfx0, mvfx0
> should be   ee102610    mrc     6, 0, r2, cr0, cr0, {0}
> 
> I found that 6 of the Maverick CDP opcodes do not depend on bit 4 when
> they should.  Patch attached.
> 
> Tested on x86-linux x arm-elf.
> No change in binutils results.
> gcc results had no regressions and 15 improvements:
> 2x unsupported -> pass  gcc.dg/cpp/trad/num-sign.c
> 13x untested -> pass gcc.dg/pch/valid-[123].c & warn-1.c
> 
> Not sure that this qualifies for the "obvious" rule.
> OK to commit?

Thanks, I've put this in after updating it to the current sources.

For future reference, please don't send ChangeLog entries as diff
output, they almost never apply cleanly.

R.


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