aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-11-09 20:54:30 +0000
committerIan Lance Taylor <ian@airs.com>1995-11-09 20:54:30 +0000
commit922530a691cbb654a1cba0b25f636123f06a4213 (patch)
tree631d537c3336902faf8aec556119414572bf289f /bfd
parentc33a0e41930357d7b7b8ececf03df89c09ac8e69 (diff)
downloadfsf-binutils-gdb-922530a691cbb654a1cba0b25f636123f06a4213.zip
fsf-binutils-gdb-922530a691cbb654a1cba0b25f636123f06a4213.tar.gz
fsf-binutils-gdb-922530a691cbb654a1cba0b25f636123f06a4213.tar.bz2
* aoutx.h (NAME(aout,final_link)): Report a reasonable error when
trying to do a relocateable link with a non-a.out object file.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 5ba156a..1a189b6 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,12 @@
Thu Nov 9 13:01:31 1995 Ian Lance Taylor <ian@cygnus.com>
+ * aoutx.h (NAME(aout,final_link)): Report a reasonable error when
+ trying to do a relocateable link with a non-a.out object file.
+
+ * archive.c (bfd_generic_archive_p): Check the first object file
+ in an archive even if target_defaulted is set. If the object file
+ has the wrong xvec, reject it.
+
* aoutx.h (NAME(aout,set_section_contents)): If a section can not
be represented, report the name via _bfd_error_handler.
(translate_to_native_sym_flags): Likewise.