aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 32ec9ee..9955a55 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,14 @@
2003-05-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+ * config/tc-mips.c (append_insn): Use actual relocation size for new
+ fixp's. Don't relax overflow checking for partial_inplace relocations.
+ Use the actual relocation type in combined relocs, not just the type
+ of the first one.
+ (macro_build_jalr): Use actual relocation size for new fix.
+ (s_cpsetup, s_gpdword): Likewise.
+
+2003-05-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
* config/tc-mips.c (macro): Don't use uninitialized tempreg.
2003-05-22 Nick Clifton <nickc@redhat.com>