mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-29 16:38:05 +08:00
* config/tc-d30v.c (write_2_short): Disregard opcode1->ecc when
bundling a non-delayed branch type instruction.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2000-04-21 Richard Henderson <rth@cygnus.com>
|
||||
|
||||
* config/tc-d30v.c (write_2_short): Disregard opcode1->ecc when
|
||||
bundling a non-delayed branch type instruction.
|
||||
|
||||
2000-04-20 Alexandre Oliva <aoliva@cygnus.com>
|
||||
|
||||
* config/tc-mn10300.c (HAVE_AM30): Define.
|
||||
|
@ -814,8 +814,7 @@ write_2_short (opcode1, insn1, opcode2, insn2, exec_type, fx)
|
||||
}
|
||||
}
|
||||
else if ((opcode1->op->flags_used & (FLAG_JMP | FLAG_JSR)
|
||||
&& ((opcode1->op->flags_used & FLAG_DELAY) == 0)
|
||||
&& ((opcode1->ecc == ECC_AL) || ! Optimizing))
|
||||
&& ((opcode1->op->flags_used & FLAG_DELAY) == 0))
|
||||
|| opcode1->op->flags_used & FLAG_RP)
|
||||
{
|
||||
/* We must emit (non-delayed) branch type instructions
|
||||
|
Reference in New Issue
Block a user