diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1993-07-23 17:23:14 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1993-07-23 17:23:14 +0000 |
commit | 8060dd44e274798a489e17b14e5d064c6e96b0fa (patch) | |
tree | d3ecceabd8558df3a6663f35150d697c350085fa /bfd | |
parent | 7767e7e9c85c9393b45384ca1efe8df6fdbe0634 (diff) | |
download | binutils-8060dd44e274798a489e17b14e5d064c6e96b0fa.tar.gz binutils-8060dd44e274798a489e17b14e5d064c6e96b0fa.tar.bz2 binutils-8060dd44e274798a489e17b14e5d064c6e96b0fa.zip |
* bfd.c (bfd_nonrepresentable_section, bfd_undefined_symbol,
bfd_reloc_value_truncated, bfd_reloc_is_dangerous, bfd_assert):
Send error messages to stderr.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 6a25769c782..529a493a434 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Fri Jul 23 10:20:27 1993 Doug Evans (dje@canuck.cygnus.com) + + * bfd.c (bfd_nonrepresentable_section, bfd_undefined_symbol, + bfd_reloc_value_truncated, bfd_reloc_is_dangerous, bfd_assert): + Send error messages to stderr. + Thu Jul 22 15:57:29 1993 Fred Fish (fnf@deneb.cygnus.com) * nlm{32,64}-target.h: Remove. |