aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorThiemo Seufer <ths@networkno.de>2001-08-26 10:42:12 +0000
committerThiemo Seufer <ths@networkno.de>2001-08-26 10:42:12 +0000
commite7d556dfef22edc573b26552828940679ec437ee (patch)
tree2b831ab4e359e2632ef1d94e28730b33549ed4c1 /gas/ChangeLog
parentb92b9cfe73c82c7d0bf61d18aa48a125612ac34f (diff)
downloadgdb-e7d556dfef22edc573b26552828940679ec437ee.zip
gdb-e7d556dfef22edc573b26552828940679ec437ee.tar.gz
gdb-e7d556dfef22edc573b26552828940679ec437ee.tar.bz2
* tc_mips.h (MAX_GPREL_OFFSET): Change it to the maximum allowed
value, not the word beyond maximum. * tc_mips.c (macro_build_lui): Code cleanup. (macro): Reflect change to MAX_GPREL_OFFSET. (mips_ip): Check explicitly against S_EX_NONE. (my_get_SmallExpression): parse for %gp_rel, not %gprel. (md_apply_fix): Code cleanup.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 68490b9..8c666cf 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,13 @@
+2001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+ * tc_mips.h (MAX_GPREL_OFFSET): Change it to the maximum allowed
+ value, not the word beyond maximum.
+ * tc_mips.c (macro_build_lui): Code cleanup.
+ (macro): Reflect change to MAX_GPREL_OFFSET.
+ (mips_ip): Check explicitly against S_EX_NONE.
+ (my_get_SmallExpression): parse for %gp_rel, not %gprel.
+ (md_apply_fix): Code cleanup.
+
2001-08-24 Andreas Jaeger <aj@suse.de>
* config/tc-ppc.h: Fix prototype declaration.