summaryrefslogtreecommitdiff
path: root/opcodes/crx-opc.c
diff options
context:
space:
mode:
authorTomer Levi <Tomer.Levi@nsc.com>2004-12-23 13:52:11 +0000
committerTomer Levi <Tomer.Levi@nsc.com>2004-12-23 13:52:11 +0000
commit12d70a7b45465c2a4cf5105db9038034e1a1b155 (patch)
tree3f07bfa815948d1a705c954048fbc0c3929a953d /opcodes/crx-opc.c
parent46e2c916df71a38c06ada22f48d74447a525918c (diff)
downloadbinutils-redhat-12d70a7b45465c2a4cf5105db9038034e1a1b155.tar.gz
2004-12-23 Tomer Levi <Tomer.Levi@nsc.com>
* crx-opc.c: Mark 'bcop' instruction as RELAXABLE.
Diffstat (limited to 'opcodes/crx-opc.c')
-rw-r--r--opcodes/crx-opc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/crx-opc.c b/opcodes/crx-opc.c
index 2d51ce1b99..09eb254057 100644
--- a/opcodes/crx-opc.c
+++ b/opcodes/crx-opc.c
@@ -542,10 +542,10 @@ const inst crx_instruction[] =
/* CO-processor extensions. */
/* opc12 c4 opc4 ui4 disps9 */
- {"bcop", 2, 0x30107, 12, COP_BRANCH_INS | FMT_4,
+ {"bcop", 2, 0x30107, 12, COP_BRANCH_INS | FMT_4 | RELAXABLE,
{{ui4,8}, {ui4,16}, {disps9,0}}},
/* opc12 c4 opc4 ui4 disps25 */
- {"bcop", 3, 0x31107, 12, COP_BRANCH_INS | FMT_4,
+ {"bcop", 3, 0x31107, 12, COP_BRANCH_INS | FMT_4 | RELAXABLE,
{{ui4,8}, {ui4,16}, {disps25,0}}},
/* opc12 c4 opc4 cpdo r r */
{"cpdop", 2, 0x3010B, 12, COP_REG_INS | FMT_4,