aarch64: actually copy first operand in convert_bfc_to_bfm()
authorJan Beulich <jbeulich@novell.com>
Wed, 22 Feb 2017 09:36:05 +0000 (10:36 +0100)
committerJan Beulich <jbeulich@suse.com>
Wed, 22 Feb 2017 09:36:05 +0000 (10:36 +0100)
commit11648de5a91658326748dea1e4965559e9bd7a0f
tree05b442b83d62420bff0d88e0d2febafa9100f42d
parente025ae68802a7cf217254c13e314f01247f74404
aarch64: actually copy first operand in convert_bfc_to_bfm()

Commit 93562a343c ("[AArch64] PR target/20666, fix wrong encoding of
new introduced BFC pseudo") changed the destination operand to 0,
making the whole function invocation a no-op. We really want to copy
operand 0 (a register) to operand 1 (an immediate before coming here),
even if right now this likely is only a latent bug.
opcodes/ChangeLog
opcodes/aarch64-asm.c
This page took 0.024878 seconds and 4 git commands to generate.