diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-09-28 15:55:31 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-09-28 15:55:31 +0000 |
commit | 7b777690a85302ca41b6c61d16516c75e12deb26 (patch) | |
tree | 632c8c0ca2e22819d344cda87e800fcec8d19cce /gas/ChangeLog | |
parent | 38ab0632d66b2f358cc97468452779d4ceac90f3 (diff) | |
download | binutils-7b777690a85302ca41b6c61d16516c75e12deb26.zip binutils-7b777690a85302ca41b6c61d16516c75e12deb26.tar.gz binutils-7b777690a85302ca41b6c61d16516c75e12deb26.tar.bz2 |
* config/tc-mips.c (md_apply_fix): Correct branch overflow test.
Use as_bad_where and as_warn_where rather than as_bad and as_warn.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 093d21a..d397d43 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,28 @@ +Wed Sep 28 11:50:40 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + + * config/tc-mips.c (md_apply_fix): Correct branch overflow test. + Use as_bad_where and as_warn_where rather than as_bad and as_warn. + +Mon Sep 26 17:15:59 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + + * write.c (write_relocs): Add file name and line number to + as_fatal calls. Handle bfd_reloc_overflow case specifically when + RELOC_EXPANSION_POSSIBLE. + +Fri Sep 23 16:11:28 1994 Ken Raeburn <raeburn@cujo.cygnus.com> + + * as.h (USE_STDARG, USE_VARARGS): Define one or neither of these + here. Use them for deciding which PRINTF*LIKE macro definitions + to use. + * messages.c: Use them, instead of NO_STDARG, NO_VARARGS. + [!USE_STDARG && !USE_VARARGS] (va_alist, va_dcl, ...): Provide + default definitions matching what we were doing before. + (as_tsktsk): Remove the non-stdarg, non-varargs version, and + always use the varargs form if not using stdarg. It's safe to + always use vfprintf, because libiberty will provide it if the + native system doesn't. Also, always make format be const. + (as_warn, as_warn_where, as_bad, as_bad_where, as_fatal): Ditto. + Fri Sep 23 14:42:34 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) * config/tc-mips.c (load_register): Always use addiu when adding a |