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] Fix disassembly syntax for FMSRR


On Wed, 2006-07-05 at 16:52, Julian Brown wrote:
> Hi,
> 
> This patch causes the VFP FMSRR instruction to be disassembled like this:
> 
>    fmsrr {s2,s3},r4,r5
> 
> rather than like this:
> 
>    fmsrr r4,r5,{s2,s3}
> 
> In accordance with the most recent ARM Architecture Reference Manual I 
> have a copy of (the existing syntax is based on an older VFP11 manual).
> 
> Tested with "make check" with cross to arm-none-eabi. OK to apply on 
> mainline? The CSL branch?
> 
> Cheers,
> 
> Julian
> 
> ChangeLog (opcodes):
> 
>      * arm-dis.c (coprocessor): Alter fmsrr disassembly syntax.
> 
> ChangeLog (gas/testsuite):
> 
>      * gas/arm/vfp-neon-syntax.d: Tweak expected fmsrr syntax.
>      * gas/arm/vfp-neon-syntax_t2.d: Likewise.
>      * gas/arm/vfp2.d: Likewise.
>      * gas/arm/vfp2_t2.d: Likewise.
> 
> ______________________________________________________________________

OK.

R.


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