diff options
Diffstat (limited to 'include/opcode')
-rw-r--r-- | include/opcode/ChangeLog | 6 | ||||
-rw-r--r-- | include/opcode/nios2.h | 7 |
2 files changed, 7 insertions, 6 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index d40c9fd..062ecc0 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,9 @@ +2014-11-28 Sandra Loosemore <sandra@codesourcery.com> + + * nios2.h (NIOS2_INSN_ADDI, NIOS2_INSN_ANDI): Delete. + (NIOS2_INSN_ORI, NIOS2_INSN_XORI): Delete. + (NIOS2_INSN_OPTARG): Renumber. + 2014-11-06 Sandra Loosemore <sandra@codesourcery.com> * nios2.h (nios2_find_opcode_hash): Add mach parameter to diff --git a/include/opcode/nios2.h b/include/opcode/nios2.h index 6b4c2f5..6df9702 100644 --- a/include/opcode/nios2.h +++ b/include/opcode/nios2.h @@ -120,12 +120,7 @@ struct nios2_opcode #define NIOS2_INSN_CBRANCH 0x00000020 #define NIOS2_INSN_CALL 0x00000040 -#define NIOS2_INSN_ADDI 0x00000080 -#define NIOS2_INSN_ANDI 0x00000100 -#define NIOS2_INSN_ORI 0x00000200 -#define NIOS2_INSN_XORI 0x00000400 - -#define NIOS2_INSN_OPTARG 0x00000800 +#define NIOS2_INSN_OPTARG 0x00000080 /* Register attributes. */ #define REG_NORMAL (1<<0) /* Normal registers. */ |