diff options
author | Nick Clifton <nickc@redhat.com> | 2015-08-11 18:00:36 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2015-08-11 18:00:36 +0100 |
commit | 922c5db5e733526f12e2fbfeb72c7f1f90089d53 (patch) | |
tree | 03e8cdf09b492755856c1f4f1c1c37af666a8246 /opcodes/ChangeLog | |
parent | dbac553d28887561e3f154654ec8e70195d89943 (diff) | |
download | gdb-922c5db5e733526f12e2fbfeb72c7f1f90089d53.zip gdb-922c5db5e733526f12e2fbfeb72c7f1f90089d53.tar.gz gdb-922c5db5e733526f12e2fbfeb72c7f1f90089d53.tar.bz2 |
Fix the disassembly of the AArch64 SIMD EXT instruction.
PR 18800
* aarch64-tbl.h (aarch64_opcode_table): Fix mask for SIMD EXT
instruction.
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 4638e15..9367d1c 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +2015-08-11 Nick Clifton <nickc@redhat.com> + + PR 18800 + * aarch64-tbl.h (aarch64_opcode_table): Fix mask for SIMD EXT + instruction. + 2015-08-10 Robert Suchanek <robert.suchanek@imgtec.com> * mips-opc.c (mips_builtin_opcodes): Add "sigrie". |