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 | |
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.
-rw-r--r-- | opcodes/ChangeLog | 4 | ||||
-rw-r--r-- | opcodes/i386-dis.c | 4 |
2 files changed, 6 insertions, 2 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. diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index 28a9058..723bbb3 100644 --- a/opcodes/i386-dis.c +++ b/opcodes/i386-dis.c @@ -12342,9 +12342,9 @@ static const char *float_mem[] = { "fist{l|}", "fistp{l|}", "(bad)", - "fld{t||t|}", + "fld{t|}", "(bad)", - "fstp{t||t|}", + "fstp{t|}", /* dc */ "fadd{l|}", "fmul{l|}", |