aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorThiemo Seufer <ths@networkno.de>2001-12-04 14:38:48 +0000
committerThiemo Seufer <ths@networkno.de>2001-12-04 14:38:48 +0000
commit956cd1d64de3f4438ea16af0c3fdccf98cbf4d26 (patch)
tree7c20fa7242ac4c5c44a47d509598a8372a3a4351 /gas/ChangeLog
parent956c53ee2897f62a5108ebc8833bd280ab73b68e (diff)
downloadfsf-binutils-gdb-956cd1d64de3f4438ea16af0c3fdccf98cbf4d26.zip
fsf-binutils-gdb-956cd1d64de3f4438ea16af0c3fdccf98cbf4d26.tar.gz
fsf-binutils-gdb-956cd1d64de3f4438ea16af0c3fdccf98cbf4d26.tar.bz2
* config.bfd: Remove trailing blanks.
* elf32-mips.c (gprel16_with_gp): Remove superfluous casts. * strings.c (get_char): Initialize value. * config/tc-mips.c (mips_cpreturn_offset): Better comment. (load_register): Better error message. Cast away signedness mismatches. Add casts needed for varargs. (load_address): Replace checks of HAVE_64BIT_ADDRESS with dbl. Remove superfluous casts. (macro): Cast away signedness mismatches. Remove superfluous casts. (s_cpload): Fix wrong comment. (s_mips_weakext): Standardize output message. (get_number): Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 9e75358..d5d900c 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,17 @@
2001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+ * config/tc-mips.c (mips_cpreturn_offset): Better comment.
+ (load_register): Better error message. Cast away signedness
+ mismatches. Add casts needed for varargs.
+ (load_address): Replace checks of HAVE_64BIT_ADDRESS with dbl.
+ Remove superfluous casts.
+ (macro): Cast away signedness mismatches. Remove superfluous casts.
+ (s_cpload): Fix wrong comment.
+ (s_mips_weakext): Standardize output message.
+ (get_number): Likewise.
+
+2001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
* config/tc-mips.c (append_insn): Add jump address range overflow
check.