diff options
author | Jan Beulich <jbeulich@novell.com> | 2018-03-08 08:34:09 +0100 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2018-03-08 08:34:09 +0100 |
commit | 38e314eb064ae94318deaa9544c2da3f46f5d319 (patch) | |
tree | 8099891ee394361b9e74f50921e3663bc33c81af /opcodes/i386-gen.c | |
parent | d53e6b98a2599ba4ce6ad14f711b76e44a32eea5 (diff) | |
download | gdb-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/i386-gen.c')
-rw-r--r-- | opcodes/i386-gen.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/opcodes/i386-gen.c b/opcodes/i386-gen.c index abd4ebf..3dbad0a 100644 --- a/opcodes/i386-gen.c +++ b/opcodes/i386-gen.c @@ -598,7 +598,6 @@ static bitfield opcode_modifiers[] = BITFIELD (JumpInterSegment), BITFIELD (FloatMF), BITFIELD (FloatR), - BITFIELD (FloatD), BITFIELD (Size16), BITFIELD (Size32), BITFIELD (Size64), |