From 101d6f378d943e9864e07d150c6f469c209ff017 Mon Sep 17 00:00:00 2001 From: macro Date: Fri, 15 Apr 2005 19:16:42 +0000 Subject: [PATCH] * config/tc-mips.c (normalize_constant_expr): Fix formatting. --- gas/ChangeLog | 4 ++++ gas/config/tc-mips.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 09ddfac14e..eb938bf33c 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-15 Jan Beulich * config/obj-elf.c (obj_elf_struct): New. diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index 19e8f90fe3..0e9969038d 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) -- 2.11.0