aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2018-03-08 08:34:09 +0100
committerJan Beulich <jbeulich@suse.com>2018-03-08 08:34:09 +0100
commit38e314eb064ae94318deaa9544c2da3f46f5d319 (patch)
tree8099891ee394361b9e74f50921e3663bc33c81af /opcodes/ChangeLog
parentd53e6b98a2599ba4ce6ad14f711b76e44a32eea5 (diff)
downloadgdb-38e314eb064ae94318deaa9544c2da3f46f5d319.zip
gdb-38e314eb064ae94318deaa9544c2da3f46f5d319.tar.gz
gdb-38e314eb064ae94318deaa9544c2da3f46f5d319.tar.bz2
x86: drop FloatD
It can be expressed by D, when making the consumer look at operand size to tell apart both uses.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 14f74cc..b4f2195 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,5 +1,14 @@
2018-03-08 Jan Beulich <jbeulich@suse.com>
+ * i386-gen.c (opcode_modifiers): Delete FloatD.
+ * i386-opc.h (FloatD): Delete.
+ (struct i386_opcode_modifier): Delete floatd.
+ * i386-opc.tbl (fadd, fsub, fsubr, fmul, fdiv, fdivr): Replace
+ FloatD by D.
+ * i386-tlb.h: Re-generate.
+
+2018-03-08 Jan Beulich <jbeulich@suse.com>
+
* i386-dis.c (float_reg): Adjust DC and DE fsub*/fdiv* patterns.
2018-03-08 Jan Beulich <jbeulich@suse.com>