mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
x86: drop left-over 4-way alternative disassembler templates
Commit 7c52e0e865
, dropping the general concept of 4-way alternatives,
for whatever reason, omitted cleaning up these two instances.
This commit is contained in:
parent
c423d21a43
commit
464dc4af9a
@ -1,3 +1,7 @@
|
||||
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.
|
||||
|
@ -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|}",
|
||||
|
Loading…
Reference in New Issue
Block a user