This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed] MIPS/gas: Fix formatting of a recent commit


Hello,

 I've committed this as obvious to the mainline and the 2.16 branch.  It 
must have crept in as a patch phenomenon.

2005-04-15  Maciej W. Rozycki  <macro@linux-mips.org>

	* config/tc-mips.c (normalize_constant_expr): Fix formatting.

  Maciej

binutils-2.16.90-20050415-mips-gas-normalize.patch
Index: gas/config/tc-mips.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-mips.c,v
retrieving revision 1.308
diff -u -p -r1.308 tc-mips.c
--- gas/config/tc-mips.c	14 Apr 2005 15:32:58 -0000	1.308
+++ gas/config/tc-mips.c	15 Apr 2005 19:09:58 -0000
@@ -3258,11 +3258,11 @@ mips16_macro_build (expressionS *ep, con
   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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]