From 9f32dd5b5aa7d0e60941aa7c33573afede6277bf Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Thu, 1 Oct 2009 14:31:43 +0000 Subject: [PATCH] 2009-10-01 H.J. Lu * config/tc-i386.c (x86_cons): Reformat. --- gas/ChangeLog | 8 +++++++- gas/config/tc-i386.c | 3 ++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index bf5e63a..3ce13f7 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2009-10-01 H.J. Lu + + * config/tc-i386.c (x86_cons): Reformat. + 2009-09-29 DJ Delorie * Makefile.am: Add RX target. @@ -41,7 +45,9 @@ 2009-09-25 Nick Hudson * doc/c-mips.texi: Fix the singlefloat and doublefloat kindex - entries2009-09-24 H.J. Lu + entries + +2009-09-24 H.J. Lu * config/tc-i386.c (build_vex_prefix): Check vex == 2 instead of vex256. diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c index 4beeccc..5c288ea 100644 --- a/gas/config/tc-i386.c +++ b/gas/config/tc-i386.c @@ -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; -- 2.7.4