diff options
author | Richard Henderson <rth@redhat.com> | 2000-04-21 17:20:03 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2000-04-21 17:20:03 +0000 |
commit | 6677867973768bb5d9be50db05df9485a0456d98 (patch) | |
tree | 44786933f99d70dd39178ee18d07dfa873c87c59 /gas/config | |
parent | c221dafc2eee4354a9c4dc9882a7b8708e1ef8e5 (diff) | |
download | gdb-6677867973768bb5d9be50db05df9485a0456d98.zip gdb-6677867973768bb5d9be50db05df9485a0456d98.tar.gz gdb-6677867973768bb5d9be50db05df9485a0456d98.tar.bz2 |
* config/tc-d30v.c (write_2_short): Disregard opcode1->ecc when
bundling a non-delayed branch type instruction.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-d30v.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gas/config/tc-d30v.c b/gas/config/tc-d30v.c index f1dc0ea..5f9e2d0 100644 --- a/gas/config/tc-d30v.c +++ b/gas/config/tc-d30v.c @@ -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 |