[PATCH, ARM] Fix disassembly syntax for FMSRR
Julian Brown
julian@codesourcery.com
Wed Jul 5 15:52:00 GMT 2006
More information about the Binutils mailing list
Wed Jul 5 15:52:00 GMT 2006
- Previous message (by thread): mips multi-got error
- Next message (by thread): [PATCH, ARM] Fix disassembly syntax for FMSRR
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: fmsrr-disassembly-1
URL: <https://sourceware.org/pipermail/binutils/attachments/20060705/a1cb3776/attachment.ksh>
- Previous message (by thread): mips multi-got error
- Next message (by thread): [PATCH, ARM] Fix disassembly syntax for FMSRR
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list