X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fopcode%2Farc.h;h=6f5bc98f6a650a72557a1696f3baa4425d63dfbc;hb=4670103e86f59a80259fd593a6949d693382e536;hp=a69a561312f468bd65e7645b944713e7ad8060f3;hpb=83da6e748c8f105f07e17f53aa6b99ed7867ff5f;p=deliverable%2Fbinutils-gdb.git diff --git a/include/opcode/arc.h b/include/opcode/arc.h index a69a561312..6f5bc98f6a 100644 --- a/include/opcode/arc.h +++ b/include/opcode/arc.h @@ -24,8 +24,13 @@ #ifndef OPCODE_ARC_H #define OPCODE_ARC_H +#ifndef MAX_INSN_ARGS #define MAX_INSN_ARGS 6 +#endif + +#ifndef MAX_INSN_FLGS #define MAX_INSN_FLGS 3 +#endif /* Instruction Class. */ typedef enum @@ -410,4 +415,7 @@ struct arc_aux_reg extern const struct arc_aux_reg arc_aux_regs[]; extern const unsigned arc_num_aux_regs; +extern const struct arc_opcode arc_relax_opcodes[]; +extern const unsigned arc_num_relax_opcodes; + #endif /* OPCODE_ARC_H */