aboutsummaryrefslogtreecommitdiff
path: root/opcodes/i386-opc.h
diff options
context:
space:
mode:
Diffstat (limited to 'opcodes/i386-opc.h')
-rw-r--r--opcodes/i386-opc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/opcodes/i386-opc.h b/opcodes/i386-opc.h
index 9e713c0..d4eae6f 100644
--- a/opcodes/i386-opc.h
+++ b/opcodes/i386-opc.h
@@ -604,8 +604,6 @@ enum
/* Support encoding optimization. */
Optimize,
- /* Compatible with old (<= 2.8.1) versions of gcc */
- OldGcc,
/* AT&T mnemonic. */
ATTMnemonic,
/* AT&T syntax. */
@@ -681,7 +679,6 @@ typedef struct i386_opcode_modifier
unsigned int nodefmask:1;
unsigned int implicitquadgroup:1;
unsigned int optimize:1;
- unsigned int oldgcc:1;
unsigned int attmnemonic:1;
unsigned int attsyntax:1;
unsigned int intelsyntax:1;