Fix the disassembly of the AArch64's OOR instruction as a MOV instruction.
authorNick Clifton <nickc@redhat.com>
Fri, 18 Mar 2016 17:02:20 +0000 (17:02 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 18 Mar 2016 17:04:07 +0000 (17:04 +0000)
commit8678914fcb40e4c620a33e6b38a14df928fa780a
treea4d4f0d972c9c0ff7d7a15b8246cb97f2d35496a
parent9c3f22346dd632201807c0718d5281ed1eea329f
Fix the disassembly of the AArch64's OOR instruction as a MOV instruction.

PR target/19721
opcodes * aarch64-tbl.h (aarch64_opcode_table): Fix type of second operand
of MOV insn that aliases an ORR insn.

gas * testsuite/gas/aarch64/pr19721.s: New test source file.
* testsuite/gas/aarch64/pr19721.d: New test driver file.
gas/ChangeLog
gas/testsuite/gas/aarch64/pr19721.d [new file with mode: 0644]
gas/testsuite/gas/aarch64/pr19721.s [new file with mode: 0644]
opcodes/ChangeLog
opcodes/aarch64-tbl.h