diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-04-21 19:53:25 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-04-21 19:53:25 +0000 |
commit | 6fdc26e663d9aeadd149ebbbccc3f85806ebf683 (patch) | |
tree | 975747e7b017eae20f80a0a7ef90f01d55cc3f60 /gas/config | |
parent | 0cb7d54f3c32e7308008787d23f41ebde8ca0304 (diff) | |
download | gdb-6fdc26e663d9aeadd149ebbbccc3f85806ebf683.zip gdb-6fdc26e663d9aeadd149ebbbccc3f85806ebf683.tar.gz gdb-6fdc26e663d9aeadd149ebbbccc3f85806ebf683.tar.bz2 |
* config/tc-mips.c (append_insn): Permit branches to be switched
with the preceding instruction even if .set nobopt has been seen.
.set nobopt actually controls whether to bring up an instruction
from the branch target, which gas does not currently support.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-mips.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index 72b6dc1..ed67fe8 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -955,8 +955,6 @@ append_insn (place, ip, address_expr, reloc_type) || (pinfo & INSN_COND_BRANCH_DELAY)) { if (mips_optimize < 2 - /* If we have seen .set nobopt, don't optimize. */ - || mips_nobopt != 0 /* If we have seen .set volatile or .set nomove, don't optimize. */ || mips_nomove != 0 |