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] Arm sub(3) disassemble


On Sun, 2005-08-28 at 00:48, Paul Brook wrote:
> The attached patch fixes an inconsistency in the arm disassembler. The 
> three-register 16-but thumb sub instruction sets the condition codes, but was 
> being disassembled as "sub". Patch changed this to "subs" and adjusts fixed 
> expected testcase output accordingly.
> 
> Tested with cross to arm-none-eabi.
> Ok?
> 
> Paul
> 
> 2005-08-28  Paul Brook  <paul@codesourcery.com>
> 
> opcodes/
> 	* arm-dis.c (thumb_opcodes): Disassemble sub(3) as subs.
> gas/testsuite/
> 	* gas/arm/thumb.d: Change "sub rn, rn, rn" to "subs rn, rn, rn".
> 	* gas/arm/thumb32.d: Ditto.

OK.

R.


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