mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-02 12:37:05 +08:00
2004-12-23 Tomer Levi <Tomer.Levi@nsc.com>
* crx-opc.c: Mark 'bcop' instruction as RELAXABLE.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2004-12-23 Tomer Levi <Tomer.Levi@nsc.com>
|
||||||
|
|
||||||
|
* crx-opc.c: Mark 'bcop' instruction as RELAXABLE.
|
||||||
|
|
||||||
2004-12-14 Svein E. Seldal <Svein.Seldal@solidas.com>
|
2004-12-14 Svein E. Seldal <Svein.Seldal@solidas.com>
|
||||||
|
|
||||||
* avr-dis.c: Prettyprint. Added printing of symbol names in all
|
* avr-dis.c: Prettyprint. Added printing of symbol names in all
|
||||||
|
@ -542,10 +542,10 @@ const inst crx_instruction[] =
|
|||||||
|
|
||||||
/* CO-processor extensions. */
|
/* CO-processor extensions. */
|
||||||
/* opc12 c4 opc4 ui4 disps9 */
|
/* 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}}},
|
{{ui4,8}, {ui4,16}, {disps9,0}}},
|
||||||
/* opc12 c4 opc4 ui4 disps25 */
|
/* 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}}},
|
{{ui4,8}, {ui4,16}, {disps25,0}}},
|
||||||
/* opc12 c4 opc4 cpdo r r */
|
/* opc12 c4 opc4 cpdo r r */
|
||||||
{"cpdop", 2, 0x3010B, 12, COP_REG_INS | FMT_4,
|
{"cpdop", 2, 0x3010B, 12, COP_REG_INS | FMT_4,
|
||||||
|
Reference in New Issue
Block a user