x86: make JumpAbsolute an insn attribute
[deliverable/binutils-gdb.git] / opcodes / i386-gen.c
index 469798cd1b96019d7182fa2ab9d6c40271a208d7..a38513b1cb533a4c2ac884694d032860de30eb57 100644 (file)
@@ -437,8 +437,6 @@ static initializer operand_type_init[] =
     "Instance=Accum|Tbyte" },
   { "OPERAND_TYPE_SREG",
     "Class=SReg" },
-  { "OPERAND_TYPE_JUMPABSOLUTE",
-    "JumpAbsolute" },
   { "OPERAND_TYPE_REGMMX",
     "Class=RegMMX" },
   { "OPERAND_TYPE_REGXMM",
@@ -620,6 +618,7 @@ static bitfield opcode_modifiers[] =
   BITFIELD (JumpDword),
   BITFIELD (JumpByte),
   BITFIELD (JumpInterSegment),
+  BITFIELD (JumpAbsolute),
   BITFIELD (FloatMF),
   BITFIELD (FloatR),
   BITFIELD (Size),
@@ -723,7 +722,6 @@ static bitfield operand_types[] =
   BITFIELD (Disp32),
   BITFIELD (Disp32S),
   BITFIELD (Disp64),
-  BITFIELD (JumpAbsolute),
   BITFIELD (Byte),
   BITFIELD (Word),
   BITFIELD (Dword),
This page took 0.023268 seconds and 4 git commands to generate.