diff options
Diffstat (limited to 'include/opcode/ChangeLog')
-rw-r--r-- | include/opcode/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index f1b3f1f..def2131 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,21 @@ +2015-07-01 Sandra Loosemore <sandra@codesourcery.com> + Cesar Philippidis <cesar@codesourcery.com> + + * nios2.h (enum iw_format_type): Add R2 formats. + (enum overflow_type): Add signed_immed12_overflow and + enumeration_overflow for R2. + (struct nios2_opcode): Document new argument letters for R2. + (REG_3BIT, REG_LDWM, REG_POP): Define. + (includes): Include nios2r2.h. + (nios2_r2_opcodes, nios2_num_r2_opcodes): Declare. + (nios2_r2_asi_n_mappings, nios2_num_r2_asi_n_mappings): Declare. + (nios2_r2_shi_n_mappings, nios2_num_r2_shi_n_mappings): Declare. + (nios2_r2_andi_n_mappings, nios2_num_r2_andi_n_mappings): Declare. + (nios2_r2_reg3_mappings, nios2_num_r2_reg3_mappings): Declare. + (nios2_r2_reg_range_mappings, nios2_num_r2_reg_range_mappings): + Declare. + * nios2r2.h: New file. + 2015-06-19 Peter Bergner <bergner@vnet.ibm.com> * ppc.h (PPC_OPERAND_OPTIONAL_VALUE): New. |