x86: drop left-over 4-way alternative disassembler templates
authorJan Beulich <jbeulich@suse.com>
Thu, 25 Jun 2020 07:30:39 +0000 (09:30 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 25 Jun 2020 07:30:39 +0000 (09:30 +0200)
Commit 7c52e0e8658a, dropping the general concept of 4-way alternatives,
for whatever reason, omitted cleaning up these two instances.

opcodes/ChangeLog
opcodes/i386-dis.c

index a973b264908eadb9ea71fd77aa1774e4db920c06..61bc45231e6ff0f7b3880d0e5f9e9614d57e82a9 100644 (file)
@@ -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.
index 28a9058e99efabce218fea075ed4b082d535c0db..723bbb3a7df4a9cfb50426468aa68ac402584299 100644 (file)
@@ -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|}",
This page took 0.028729 seconds and 4 git commands to generate.