From 47add74de7d498a53d37f30975d1f1bfe2c5fecc Mon Sep 17 00:00:00 2001 From: Tomer Levi Date: Thu, 23 Dec 2004 13:52:11 +0000 Subject: [PATCH] 2004-12-23 Tomer Levi * crx-opc.c: Mark 'bcop' instruction as RELAXABLE. --- opcodes/ChangeLog | 4 ++++ opcodes/crx-opc.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index b64cd10..23821df 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2004-12-23 Tomer Levi + + * crx-opc.c: Mark 'bcop' instruction as RELAXABLE. + 2004-12-14 Svein E. Seldal * avr-dis.c: Prettyprint. Added printing of symbol names in all diff --git a/opcodes/crx-opc.c b/opcodes/crx-opc.c index 2d51ce1..09eb254 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, -- 2.7.4