diff options
-rw-r--r-- | opcodes/ChangeLog | 5 | ||||
-rw-r--r-- | opcodes/cris-opc.c | 4 |
2 files changed, 8 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 61e6e5d..cbd3eca 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2005-12-07 Hans-Peter Nilsson <hp@axis.com> + + * cris-opc.c (cris_opcodes) <"move" "s,P">: Define using + MOVE_M_TO_PREG_OPCODE and MOVE_M_TO_PREG_ZBITS instead of constants. + 2005-12-06 H.J. Lu <hongjiu.lu@intel.com> PR gas/1874 diff --git a/opcodes/cris-opc.c b/opcodes/cris-opc.c index d691e9f..ab9fa9b 100644 --- a/opcodes/cris-opc.c +++ b/opcodes/cris-opc.c @@ -752,7 +752,9 @@ cris_opcodes[] = cris_ver_v0_10, cris_none_reg_mode_add_sub_cmp_and_or_move_op}, - {"move", 0x0A30, 0x01c0, "s,P", 0, SIZE_SPEC_REG, 0, + {"move", + MOVE_M_TO_PREG_OPCODE, MOVE_M_TO_PREG_ZBITS, + "s,P", 0, SIZE_SPEC_REG, 0, cris_move_to_preg_op}, {"move", 0x0A30, 0x01c0, "S,P", 0, SIZE_NONE, |