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][GAS][ARM] Use preferred form of vrint instructions in disassembly


On 11/10/12 13:56, Kyrylo Tkachov wrote:
Hi all,
The preferred form of vrint instructions for ARMv8 has only one register
size suffix instead of two (ie vrinta.f32 instead of vrinta.f32.f32),
although the assembler accepts both.
This patch changes the disassembly to reflect the preferred form, and
updates the tests accordingly.

No regressions in testing.

Ok for trunk?

Thanks,
Kyrill

P.S. If accepted, can someone commit it for me please?

gas/testsuite

2012-10-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>

	gas/arm/armv8-a+fp.d: Use preferred form of
	vrint instruction variants for disassembly.
	gas/arm/armv8-a+fp.s: Likewise.
	gas/arm/armv8-a+simd.d: Likewise.
	gas/arm/armv8-a+simd.s: Likewise.


opcodes/


2012-10-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>

	arm-dis.c: Use preferred form of vrint instruction variants
	for disassembly.



Thanks, I've committed this.


Watch your ChangeLog formatting. New files have a '*' at the start of the line. So:

	* arm-dis.c: Use preferred form of vrint instruction variants
 	for disassembly.

R.


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