diff --git a/include/ChangeLog b/include/ChangeLog index 05e2a6cba..f18694126 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,8 @@ +2013-03-11 Sebastian Huber + + * opcode/nios2.h (OP_RDPRS): New define. + (OP_MATCH_RDPRS): Likewise. + 2013-03-01 Cary Coutant * dwarf2.h (enum dwarf_sect): New enum type. diff --git a/include/opcode/nios2.h b/include/opcode/nios2.h index 85e702311..83773d5f3 100644 --- a/include/opcode/nios2.h +++ b/include/opcode/nios2.h @@ -289,6 +289,7 @@ struct nios2_reg #define OP_OPX 58 #define OP_ORHI 52 #define OP_ORI 20 +#define OP_RDPRS 56 #define OP_STB 5 #define OP_STBIO 37 #define OP_STC 29 @@ -386,6 +387,7 @@ struct nios2_reg #define OP_MATCH_OPX OP_OPX #define OP_MATCH_ORHI OP_ORHI #define OP_MATCH_ORI OP_ORI +#define OP_MATCH_RDPRS OP_RDPRS #define OP_MATCH_STB OP_STB #define OP_MATCH_STBIO OP_STBIO #define OP_MATCH_STC OP_STC