public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [committed] MIPS/gas: Fix formatting of a recent commit
@ 2005-04-15 19:19 Maciej W. Rozycki
  0 siblings, 0 replies; only message in thread
From: Maciej W. Rozycki @ 2005-04-15 19:19 UTC (permalink / raw)
  To: binutils

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)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-04-15 19:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-15 19:19 [committed] MIPS/gas: Fix formatting of a recent commit Maciej W. Rozycki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).