mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 06:17:47 +08:00
2002-04-22 Chris Demetriou <cgd@broadcom.com>
* config/tc-mips.c (macro_build): Add close-parenthesis missing from previous change. (also, fix ChangeLog entry for previous patch.)
This commit is contained in:
@ -1,7 +1,12 @@
|
|||||||
|
2002-04-22 Chris Demetriou <cgd@broadcom.com>
|
||||||
|
|
||||||
|
* config/tc-mips.c (macro_build): Add close-parenthesis missing
|
||||||
|
from previous change.
|
||||||
|
|
||||||
2002-04-22 Eric Christopher <echristo@redhat.com>
|
2002-04-22 Eric Christopher <echristo@redhat.com>
|
||||||
|
|
||||||
* config/tc-mips.c: Add warning if macro instructions are expanded
|
* config/tc-mips.c (macro_build): Add warning if macro instructions
|
||||||
into a branch delay slot.
|
are expanded into a branch delay slot.
|
||||||
|
|
||||||
2002-04-17 Geoffrey Keating <geoffk@redhat.com>
|
2002-04-17 Geoffrey Keating <geoffk@redhat.com>
|
||||||
|
|
||||||
|
@ -2890,7 +2890,7 @@ macro_build (place, counter, ep, name, fmt, va_alist)
|
|||||||
&& mips_opts.noreorder
|
&& mips_opts.noreorder
|
||||||
&& (prev_prev_insn.insn_mo->pinfo
|
&& (prev_prev_insn.insn_mo->pinfo
|
||||||
& (INSN_UNCOND_BRANCH_DELAY | INSN_COND_BRANCH_DELAY
|
& (INSN_UNCOND_BRANCH_DELAY | INSN_COND_BRANCH_DELAY
|
||||||
| INSN_COND_BRANCH_LIKELY) != 0)
|
| INSN_COND_BRANCH_LIKELY)) != 0)
|
||||||
as_warn (_("Macro instruction expanded into multiple instructions in a branch delay slot"));
|
as_warn (_("Macro instruction expanded into multiple instructions in a branch delay slot"));
|
||||||
|
|
||||||
if (place == NULL)
|
if (place == NULL)
|
||||||
|
Reference in New Issue
Block a user