diff options
author | Tomer Levi <Tomer.Levi@nsc.com> | 2004-12-23 13:52:11 +0000 |
---|---|---|
committer | Tomer Levi <Tomer.Levi@nsc.com> | 2004-12-23 13:52:11 +0000 |
commit | 47add74de7d498a53d37f30975d1f1bfe2c5fecc (patch) | |
tree | ca8d1b23d2a200c0bb0e776761dbaf4648a2ee7a /opcodes/crx-opc.c | |
parent | 30c629226c69c7df74c445252e03dee898d8d6d4 (diff) | |
download | gdb-47add74de7d498a53d37f30975d1f1bfe2c5fecc.zip gdb-47add74de7d498a53d37f30975d1f1bfe2c5fecc.tar.gz gdb-47add74de7d498a53d37f30975d1f1bfe2c5fecc.tar.bz2 |
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.c | 4 |
1 files changed, 2 insertions, 2 deletions
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, |