diff options
author | Nick Clifton <nickc@redhat.com> | 2017-04-21 12:18:06 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2017-04-21 12:18:06 +0100 |
commit | 792f174f8af4291c222d0a6de919118e488258bc (patch) | |
tree | e84f71db01f98399838c80440ffbf6bb183155bc /opcodes/ChangeLog | |
parent | 73b58fda3b5976ad1a60feb43695eaf61cdf62b9 (diff) | |
download | gdb-792f174f8af4291c222d0a6de919118e488258bc.zip gdb-792f174f8af4291c222d0a6de919118e488258bc.tar.gz gdb-792f174f8af4291c222d0a6de919118e488258bc.tar.bz2 |
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.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 63afa0e..1c898b1 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +2017-04-21 Nick Clifton <nickc@redhat.com> + + PR binutils/21380 + * aarch64-tbl.h (aarch64_opcode_table): Fix masks for LD1R, LD2R, + LD3R and LD4R. + 2017-04-13 Alan Modra <amodra@gmail.com> * epiphany-desc.c: Regenerate. |