Fix detection of illegal AArch64 opcodes that resemble LD1R, LD2R, LD3R and LD4R.
authorNick Clifton <nickc@redhat.com>
Fri, 21 Apr 2017 11:18:06 +0000 (12:18 +0100)
committerNick Clifton <nickc@redhat.com>
Fri, 21 Apr 2017 11:18:06 +0000 (12:18 +0100)
commit792f174f8af4291c222d0a6de919118e488258bc
treee84f71db01f98399838c80440ffbf6bb183155bc
parent73b58fda3b5976ad1a60feb43695eaf61cdf62b9
Fix detection of illegal AArch64 opcodes that resemble LD1R, LD2R, LD3R and LD4R.

PR binutils/21380
opcodes * aarch64-tbl.h (aarch64_opcode_table): Fix masks for LD1R, LD2R,
LD3R and LD4R.

gas * testsuite/gas/aarch64/illegal-3.s: New file.
* testsuite/gas/aarch64/illegal-3.d: New file.
gas/ChangeLog
gas/testsuite/gas/aarch64/illegal-3.d [new file with mode: 0644]
gas/testsuite/gas/aarch64/illegal-3.s [new file with mode: 0644]
opcodes/ChangeLog
opcodes/aarch64-tbl.h
This page took 0.024996 seconds and 4 git commands to generate.