This is the mail archive of the binutils@sourceware.org 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]

PATCH: Reformat x86_cons


I checked in this patch to reformat x86_cons.


H.J.
---
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 7045)
+++ ChangeLog	(working copy)
@@ -1,3 +1,7 @@
+2009-10-01  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* config/tc-i386.c (x86_cons): Reformat.
+
 2009-09-29  DJ Delorie  <dj@redhat.com>
 
 	* Makefile.am: Add RX target.
@@ -41,7 +45,9 @@
 2009-09-25  Nick Hudson  <nick.hudson@gmx.co.uk>
 
 	* doc/c-mips.texi: Fix the singlefloat and doublefloat kindex
-	entries2009-09-24  H.J. Lu  <hongjiu.lu@intel.com>
+	entries
+
+2009-09-24  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* config/tc-i386.c (build_vex_prefix): Check vex == 2 instead
 	of vex256.
Index: config/tc-i386.c
===================================================================
--- config/tc-i386.c	(revision 7045)
+++ config/tc-i386.c	(working copy)
@@ -6201,7 +6201,8 @@ x86_cons (expressionS *exp, int size)
 }
 #endif
 
-static void signed_cons (int size)
+static void
+signed_cons (int size)
 {
   if (flag_code == CODE_64BIT)
     cons_sign = 1;


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