aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-mips.c
diff options
context:
space:
mode:
authorThiemo Seufer <ths@networkno.de>2004-08-18 15:58:12 +0000
committerThiemo Seufer <ths@networkno.de>2004-08-18 15:58:12 +0000
commitf7870c8d99fd6d6c6d29b5c34cd27a8bbe04417f (patch)
tree98f4ec8eab3a83304b1724a5a22a50211e273600 /gas/config/tc-mips.c
parenta134f341e6c8cac4514564d526d3251adf5bafad (diff)
downloadfsf-binutils-gdb-f7870c8d99fd6d6c6d29b5c34cd27a8bbe04417f.zip
fsf-binutils-gdb-f7870c8d99fd6d6c6d29b5c34cd27a8bbe04417f.tar.gz
fsf-binutils-gdb-f7870c8d99fd6d6c6d29b5c34cd27a8bbe04417f.tar.bz2
* config/tc-mips.c (append_insn): Handle delay slots in branch likely
correctly.
Diffstat (limited to 'gas/config/tc-mips.c')
-rw-r--r--gas/config/tc-mips.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c
index 108b912..fd76eab 100644
--- a/gas/config/tc-mips.c
+++ b/gas/config/tc-mips.c
@@ -2711,6 +2711,7 @@ append_insn (struct mips_cl_insn *ip, expressionS *address_expr,
prev_insn_reloc_type[1] = BFD_RELOC_UNUSED;
prev_insn_reloc_type[2] = BFD_RELOC_UNUSED;
prev_insn_extended = 0;
+ prev_insn_is_delay_slot = 1;
}
else
{