diff options
author | Jan Beulich <jbeulich@suse.com> | 2020-06-25 09:30:39 +0200 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2020-06-25 09:30:39 +0200 |
commit | 464dc4af9ab34e1482fb4ab47019a0972665505c (patch) | |
tree | 2f2bb3070e60102f9729b1bb151a797d35fa08dd /opcodes/ChangeLog | |
parent | c423d21a43727fb4d27c10d43e6bbedced0f55d5 (diff) | |
download | gdb-464dc4af9ab34e1482fb4ab47019a0972665505c.zip gdb-464dc4af9ab34e1482fb4ab47019a0972665505c.tar.gz gdb-464dc4af9ab34e1482fb4ab47019a0972665505c.tar.bz2 |
x86: drop left-over 4-way alternative disassembler templates
Commit 7c52e0e8658a, dropping the general concept of 4-way alternatives,
for whatever reason, omitted cleaning up these two instances.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index a973b26..61bc452 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,9 @@ 2020-06-25 Jan Beulich <jbeulich@suse.com> + * i386-dis.c: (float_mem): Reduce alternatives for fstpt and fldpt. + +2020-06-25 Jan Beulich <jbeulich@suse.com> + * i386-dis.c: Adjust description of "LQ" macro. (dis386_twobyte): Use LQ for sysret. (putop): Adjust handling of LQ. |