From: cgd Date: Mon, 22 Apr 2002 21:50:43 +0000 (+0000) Subject: 2002-04-22 Chris Demetriou X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=be48970c88c3f0535a30ef3d4def0b215f62aed6;p=pf3gnuchains%2Fpf3gnuchains3x.git 2002-04-22 Chris Demetriou * config/tc-mips.c (macro_build): Add close-parenthesis missing from previous change. (also, fix ChangeLog entry for previous patch.) --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 3d98f1cd16..33daed1d1f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,7 +1,12 @@ +2002-04-22 Chris Demetriou + + * config/tc-mips.c (macro_build): Add close-parenthesis missing + from previous change. + 2002-04-22 Eric Christopher - * config/tc-mips.c: Add warning if macro instructions are expanded - into a branch delay slot. + * config/tc-mips.c (macro_build): Add warning if macro instructions + are expanded into a branch delay slot. 2002-04-17 Geoffrey Keating diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index e2e6fbce2a..eaf5552bb9 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -2890,7 +2890,7 @@ macro_build (place, counter, ep, name, fmt, va_alist) && mips_opts.noreorder && (prev_prev_insn.insn_mo->pinfo & (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")); if (place == NULL)