aboutsummaryrefslogtreecommitdiff
path: root/opcodes/i386-gen.c
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2020-03-06 08:52:12 +0100
committerJan Beulich <jbeulich@suse.com>2020-03-06 08:52:12 +0100
commit643bb87079dd96aed99ff1572375a88179afcd15 (patch)
treeb374822f5d5bf82f49101fcaba93fa89c94e3357 /opcodes/i386-gen.c
parenta23b33b3d131f240b2525d9a24831b33f2b43e26 (diff)
downloadgdb-643bb87079dd96aed99ff1572375a88179afcd15.zip
gdb-643bb87079dd96aed99ff1572375a88179afcd15.tar.gz
gdb-643bb87079dd96aed99ff1572375a88179afcd15.tar.bz2
x86: drop Rex64 attribute
It is almost entirely redundant with Size64, and the sole case (CRC32) where direct replacement isn't possible can easily be taken care of in another way.
Diffstat (limited to 'opcodes/i386-gen.c')
-rw-r--r--opcodes/i386-gen.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/opcodes/i386-gen.c b/opcodes/i386-gen.c
index 8e146bd..6decc4b 100644
--- a/opcodes/i386-gen.c
+++ b/opcodes/i386-gen.c
@@ -649,7 +649,6 @@ static bitfield opcode_modifiers[] =
BITFIELD (IsPrefix),
BITFIELD (ImmExt),
BITFIELD (NoRex64),
- BITFIELD (Rex64),
BITFIELD (Ugh),
BITFIELD (Vex),
BITFIELD (VexVVVV),