OSDN Git Service

* config/tc-mips.c (NO_ISA_COP): New macro.
authorAdam Nemet <anemet@caviumnetworks.com>
Mon, 7 Jul 2008 19:16:23 +0000 (19:16 +0000)
committerAdam Nemet <anemet@caviumnetworks.com>
Mon, 7 Jul 2008 19:16:23 +0000 (19:16 +0000)
commit1b231f8730b9f7f839fd746fb5751dd3b4115e03
treec4311775826d64838158ca286b8e18bff76f2b17
parentf800542c4b1fa48f8d0074df47c0f6546dcf4138
* config/tc-mips.c (NO_ISA_COP): New macro.
(COP_INSN): New macro.
(is_opcode_valid): Use them.
(macro) <ld_st>: Use them.  Don't accept coprocessor load store
insns based on the ISA if CPU is NO_ISA_COP.
<copz>: Likewise for coprocessor operations.
gas/ChangeLog
gas/config/tc-mips.c