]> 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:16:44 +0000 (19:16 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Fri, 15 Apr 2005 19:16:44 +0000 (19:16 +0000)
gas/ChangeLog
gas/config/tc-mips.c

index 09ddfac14e9d740efeb39c0e68b71c24482bb22c..eb938bf33cbb5fdd91e4d1e5bc6e8e3f9ed9e287 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-15  Jan Beulich  <jbeulich@novell.com>
 
        * config/obj-elf.c (obj_elf_struct): New.
index 19e8f90fe3278a3becce4a680dfb91fe064fbe5d..0e9969038d438840a6521ca5ba9372908d182a3e 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)