diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2005-04-15 19:16:44 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2005-04-15 19:16:44 +0000 |
commit | 9f872bbe2ab1fc5fadd692f8437ea82e35b28948 (patch) | |
tree | 30def7f7f5ac92c5add0a7773833bdf2689f360f /gas/config | |
parent | 3ed07be45810a1d73c9c3c4c6b690c929a9f68d1 (diff) | |
download | gdb-9f872bbe2ab1fc5fadd692f8437ea82e35b28948.zip gdb-9f872bbe2ab1fc5fadd692f8437ea82e35b28948.tar.gz gdb-9f872bbe2ab1fc5fadd692f8437ea82e35b28948.tar.bz2 |
* config/tc-mips.c (normalize_constant_expr): Fix formatting.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-mips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index 19e8f90..0e99690 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) |