diff options
author | Jan Beulich <jbeulich@suse.com> | 2020-01-03 10:12:49 +0100 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2020-01-03 10:12:49 +0100 |
commit | f4950f76fa56bd60314f05620c39fb31e96bb088 (patch) | |
tree | cbf63ab1f340a2528f40b48b590b3a38f92ab264 /opcodes/ChangeLog | |
parent | 4bb7a87e74e66a7d32cbd39e6fc8e54f25a5ad0d (diff) | |
download | gdb-f4950f76fa56bd60314f05620c39fb31e96bb088.zip gdb-f4950f76fa56bd60314f05620c39fb31e96bb088.tar.gz gdb-f4950f76fa56bd60314f05620c39fb31e96bb088.tar.bz2 |
Arm64: correct 64-bit element fmmla encoding
There's just one bit of difference to the 32-bit element form, as
per the documentation.
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 e3be019..bf031a7 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +2020-01-03 Jan Beulich <jbeulich@suse.com> + + * opcodes/aarch64-tbl.h (aarch64_opcode_table): Correct 64-bit + FMMLA encoding. + * opcodes/aarch64-dis-2.c: Re-generate. + 2020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com> * z80-dis.c: Add support for eZ80 and Z80 instructions. |