From: Jan Beulich Date: Thu, 25 Jun 2020 07:30:39 +0000 (+0200) Subject: x86: drop left-over 4-way alternative disassembler templates X-Git-Tag: binutils-2_35~167 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=464dc4af9ab34e1482fb4ab47019a0972665505c;p=thirdparty%2Fbinutils-gdb.git 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. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index a973b264908..61bc45231e6 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2020-06-25 Jan Beulich + + * i386-dis.c: (float_mem): Reduce alternatives for fstpt and fldpt. + 2020-06-25 Jan Beulich * i386-dis.c: Adjust description of "LQ" macro. diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index 28a9058e99e..723bbb3a7df 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|}",