[MIPS] Rename COPROC related macros
authorMatthew Fortune <matthew.fortune@imgtec.com>
Tue, 29 Jul 2014 12:18:07 +0000 (13:18 +0100)
committerMatthew Fortune <matthew.fortune@imgtec.com>
Tue, 29 Jul 2014 12:58:54 +0000 (13:58 +0100)
commit43885403ede73aa83b37cfa0e7a254b6f255d5af
tree6bdc1bc3ecf278ce8183c168ef0e76933044d218
parentea99bdb59dfddd883c70428f24d16bf1ad3ded93
[MIPS] Rename COPROC related macros

gas/

* config/tc-mips.c: Rename INSN_LOAD_COPROC_DELAY to INSN_LOAD_COPROC
and INSN_COPROC_MOVE_DELAY to INSN_COPROC_MOVE throughout.

include/opcode/

* mips.h (INSN_LOAD_COPROC_DELAY): Rename to...
(INSN_LOAD_COPROC): New define.
(INSN_COPROC_MOVE_DELAY): Rename to...
(INSN_COPROC_MOVE): New define.

opcodes/

* micromips-opc.c (COD): Rename throughout to...
(CM): New define, update to use INSN_COPROC_MOVE.
(LCD): Rename throughout to...
(LC): New define, update to use INSN_LOAD_COPROC.
* mips-opc.c: Likewise.
gas/ChangeLog
gas/config/tc-mips.c
include/opcode/ChangeLog
include/opcode/mips.h
opcodes/ChangeLog
opcodes/micromips-opc.c
opcodes/mips-opc.c