diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2005-12-07 12:56:13 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2005-12-07 12:56:13 +0000 |
commit | cf54500c3c2c47c9e1fe915d154df4da2d28cec8 (patch) | |
tree | 684e64deef7e3bfee0f44b148690c13cf0be791a | |
parent | 5b3f8a92b4c71b53ffb7a16f219e134ce09886e6 (diff) | |
download | gdb-cf54500c3c2c47c9e1fe915d154df4da2d28cec8.zip gdb-cf54500c3c2c47c9e1fe915d154df4da2d28cec8.tar.gz gdb-cf54500c3c2c47c9e1fe915d154df4da2d28cec8.tar.bz2 |
* cris-opc.c (cris_opcodes) <"move" "s,P">: Define using
MOVE_M_TO_PREG_OPCODE and MOVE_M_TO_PREG_ZBITS instead of constants.
-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, |