diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index c0f92db29e..0d671055f4 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2013-08-01 Richard Sandiford + + * micromips-opc.c (WR_s): Delete. + 2013-08-01 Richard Sandiford * mips-opc.c (WR_1, WR_2, RD_1, RD_2, RD_3, RD_4, MOD_1, MOD_2, UDI): diff --git a/opcodes/micromips-opc.c b/opcodes/micromips-opc.c index df0b0dd65c..5243d4c8a6 100644 --- a/opcodes/micromips-opc.c +++ b/opcodes/micromips-opc.c @@ -196,7 +196,6 @@ decode_micromips_operand (const char *p) #define RD_pc INSN2_READ_PC /* For 32-bit microMIPS instructions. */ -#define WR_s INSN_WRITE_GPR_S #define WR_31 INSN_WRITE_GPR_31 #define WR_CC INSN_WRITE_COND_CODE