2002-11-18 Klee Dienes <kdienes@apple.com>
[deliverable/binutils-gdb.git] / opcodes / arc-opc.c
index c2d9e1b747842426267b510119115e3761c4ac7a..614fff033f7e33dc68e451403f2093d908b56fdd 100644 (file)
@@ -66,6 +66,9 @@ enum operand {OP_NONE,OP_REG,OP_SHIMM,OP_LIMM};
 
 enum operand ls_operand[OPERANDS];
 
+struct arc_opcode *arc_ext_opcodes;
+struct arc_ext_operand_value *arc_ext_operands;
+
 #define LS_VALUE  0
 #define LS_DEST   0
 #define LS_BASE   1
This page took 0.024312 seconds and 4 git commands to generate.