diff options
author | Doug Evans <dje@google.com> | 2009-10-19 05:09:44 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2009-10-19 05:09:44 +0000 |
commit | cedb97b6d0491c7cae2cf559e8a6fc5f1c4aee33 (patch) | |
tree | 76c0c84200ee42386e0e9a9183e4faa6102ebbf2 /opcodes/xc16x-desc.h | |
parent | 770c693ca844afacffff4282d48f072154f6c8bc (diff) | |
download | gdb-cedb97b6d0491c7cae2cf559e8a6fc5f1c4aee33.zip gdb-cedb97b6d0491c7cae2cf559e8a6fc5f1c4aee33.tar.gz gdb-cedb97b6d0491c7cae2cf559e8a6fc5f1c4aee33.tar.bz2 |
* lm32-opinst.c: Regenerate.
* m32c-desc.c: Regenerate.
* m32r-opinst.c: Regenerate.
* openrisc-ibld.c: Regenerate.
* xc16x-desc.c: Regenerate.
* xc16x-desc.h: Regenerate.
Diffstat (limited to 'opcodes/xc16x-desc.h')
-rw-r--r-- | opcodes/xc16x-desc.h | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/opcodes/xc16x-desc.h b/opcodes/xc16x-desc.h index 515c73d..460f1bb 100644 --- a/opcodes/xc16x-desc.h +++ b/opcodes/xc16x-desc.h @@ -321,11 +321,12 @@ typedef enum cgen_hw_attr { /* Enum declaration for xc16x hardware types. */ typedef enum cgen_hw_type { HW_H_MEMORY, HW_H_SINT, HW_H_UINT, HW_H_ADDR - , HW_H_IADDR, HW_H_PC, HW_H_GR, HW_H_EXT - , HW_H_PSW, HW_H_GRB, HW_H_CC, HW_H_ECC - , HW_H_GRB8, HW_H_R8, HW_H_REGMEM8, HW_H_REGDIV8 - , HW_H_R0, HW_H_R01, HW_H_REGBMEM8, HW_H_MEMGR8 - , HW_H_COND, HW_H_CBIT, HW_H_SGTDIS, HW_MAX + , HW_H_IADDR, HW_H_PC, HW_H_GR, HW_H_CR + , HW_H_EXT, HW_H_PSW, HW_H_GRB, HW_H_CC + , HW_H_ECC, HW_H_GRB8, HW_H_R8, HW_H_REGMEM8 + , HW_H_REGDIV8, HW_H_R0, HW_H_R01, HW_H_REGBMEM8 + , HW_H_MEMGR8, HW_H_COND, HW_H_CBIT, HW_H_SGTDIS + , HW_MAX } CGEN_HW_TYPE; #define MAX_HW ((int) HW_MAX) @@ -430,6 +431,7 @@ extern const CGEN_ATTR_TABLE xc16x_cgen_insn_attr_table[]; /* Hardware decls. */ extern CGEN_KEYWORD xc16x_cgen_opval_gr_names; +extern CGEN_KEYWORD xc16x_cgen_opval_gr_names; extern CGEN_KEYWORD xc16x_cgen_opval_ext_names; extern CGEN_KEYWORD xc16x_cgen_opval_psw_names; extern CGEN_KEYWORD xc16x_cgen_opval_grb_names; |