]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2002-04-22 Chris Demetriou <cgd@broadcom.com>
authorChris Demetriou <cgd@google.com>
Mon, 22 Apr 2002 21:50:44 +0000 (21:50 +0000)
committerChris Demetriou <cgd@google.com>
Mon, 22 Apr 2002 21:50:44 +0000 (21:50 +0000)
        * config/tc-mips.c (macro_build): Add close-parenthesis missing
        from previous change.

(also, fix ChangeLog entry for previous patch.)

gas/ChangeLog
gas/config/tc-mips.c

index 3d98f1cd16baf2b270dd3c927e8863927e15369a..33daed1d1fedcdbfa8351a4ec165af63d920c9d0 100644 (file)
@@ -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>
 
-       * 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  <geoffk@redhat.com>
 
index e2e6fbce2a106552668b36eba5b57269245e2c41..eaf5552bb982e6a9af57b6ce085da2dacb4b991b 100644 (file)
@@ -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)