From: Maciej W. Rozycki Date: Fri, 15 Apr 2005 19:19:02 +0000 (+0000) Subject: * config/tc-mips.c (normalize_constant_expr): Fix formatting. X-Git-Tag: binutils-2_16~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28febbc3bbee8bcfb104b29159313255ad6cf125;p=thirdparty%2Fbinutils-gdb.git * config/tc-mips.c (normalize_constant_expr): Fix formatting. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 2cd85fc810e..575bcf06362 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2005-04-15 Maciej W. Rozycki + + * config/tc-mips.c (normalize_constant_expr): Fix formatting. + 2005-04-14 Bob Wilson Sterling Augustine diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index ea16b51b916..0c949c277ba 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -3258,11 +3258,11 @@ mips16_macro_build (expressionS *ep, const char *name, const char *fmt, 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)