]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* config/tc-mips.c (normalize_constant_expr): Fix formatting.
authorMaciej W. Rozycki <macro@linux-mips.org>
Fri, 15 Apr 2005 19:19:02 +0000 (19:19 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Fri, 15 Apr 2005 19:19:02 +0000 (19:19 +0000)
gas/ChangeLog
gas/config/tc-mips.c

index 2cd85fc810e5bde92c721a1d4e491fd2de420019..575bcf063625b9524ffc9ef3ec504eed5a503193 100644 (file)
@@ -1,3 +1,7 @@
+2005-04-15  Maciej W. Rozycki  <macro@linux-mips.org>
+
+       * config/tc-mips.c (normalize_constant_expr): Fix formatting.
+
 2005-04-14  Bob Wilson  <bob.wilson@acm.org>
            Sterling Augustine  <sterling@tensilica.com>
 
index ea16b51b916419f7e37d92ddfa891bd424e6c4aa..0c949c277ba1f88a4b70e9347eaf99b36e5a414d 100644 (file)
@@ -3258,11 +3258,11 @@ mips16_macro_build (expressionS *ep, const char *name, const char *fmt,
   append_insn (&insn, ep, r);
 }
 
-static void
 /*
  * Sign-extend 32-bit mode constants that have bit 31 set and all
  * higher bits unset.
  */
+static void
 normalize_constant_expr (expressionS *ex)
 {
   if ((ex->X_op == O_constant && HAVE_32BIT_GPRS)