diff options
author | Jan Beulich <jbeulich@suse.com> | 2019-11-14 08:47:44 +0100 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2019-11-14 08:47:44 +0100 |
commit | 0cfa3eb3525d46ff6cfc94559a796c6a67bdcb27 (patch) | |
tree | c3c6882b59791bd6de53c3713dae30232e084348 /opcodes/i386-gen.c | |
parent | 6f2f06bea87613a6851607829e5893d74007f5bf (diff) | |
download | binutils-gdb-0cfa3eb3525d46ff6cfc94559a796c6a67bdcb27.tar.gz |
x86: fold individual Jump* attributes into a single Jump one
..., taking just 3 bits instead of 5. No two of them are used together.
Diffstat (limited to 'opcodes/i386-gen.c')
-rw-r--r-- | opcodes/i386-gen.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/opcodes/i386-gen.c b/opcodes/i386-gen.c index a38513b1cb5..b853e425e60 100644 --- a/opcodes/i386-gen.c +++ b/opcodes/i386-gen.c @@ -615,10 +615,6 @@ static bitfield opcode_modifiers[] = BITFIELD (Modrm), BITFIELD (ShortForm), BITFIELD (Jump), - BITFIELD (JumpDword), - BITFIELD (JumpByte), - BITFIELD (JumpInterSegment), - BITFIELD (JumpAbsolute), BITFIELD (FloatMF), BITFIELD (FloatR), BITFIELD (Size), |