diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2005-04-18 14:16:10 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2005-04-18 14:16:10 +0000 |
commit | 9ee2a2d449d0e4f70e9e04039e362f8b9259e1d9 (patch) | |
tree | f9e85495c58c76d9e3ff7758766c7ae2212d744d /gas/ChangeLog | |
parent | e6ca91be4f25f03e5b7c8960c34736a31f77c549 (diff) | |
download | gdb-9ee2a2d449d0e4f70e9e04039e362f8b9259e1d9.zip gdb-9ee2a2d449d0e4f70e9e04039e362f8b9259e1d9.tar.gz gdb-9ee2a2d449d0e4f70e9e04039e362f8b9259e1d9.tar.bz2 |
* config/tc-mips.c (normalize_constant_expr): Don't check for
HAVE_32BIT_GPRS.
(check_absolute_expr): Only call normalize_constant_expr() if
HAVE_32BIT_GPRS.
(mips_ip): Likewise.
* config/tc-mips.c (check_absolute_expr): Fix formatting.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 7d8eb46..062b47f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +2005-04-18 Maciej W. Rozycki <macro@linux-mips.org> + + * config/tc-mips.c (normalize_constant_expr): Don't check for + HAVE_32BIT_GPRS. + (check_absolute_expr): Only call normalize_constant_expr() if + HAVE_32BIT_GPRS. + (mips_ip): Likewise. + + * config/tc-mips.c (check_absolute_expr): Fix formatting. + 2005-04-18 Jan Beulich <jbeulich@novell.com> * macro.c (free_token): New, freeing all the memory associated with a |