2009-10-01 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 1 Oct 2009 14:31:43 +0000 (14:31 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 1 Oct 2009 14:31:43 +0000 (14:31 +0000)
* config/tc-i386.c (x86_cons): Reformat.

gas/ChangeLog
gas/config/tc-i386.c

index bf5e63a9509df771a99647f1f66a2006a016bea1..3ce13f73879f202ad522490a2d745f07d8ca09b2 100644 (file)
@@ -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 4beeccc82a50b1fe700ae53a306614294cac63ee..5c288ea9bd99267c1a21087b50274d735ddb80c2 100644 (file)
@@ -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;
This page took 0.028234 seconds and 4 git commands to generate.