From: Ian Lance Taylor Date: Thu, 9 Nov 1995 20:54:30 +0000 (+0000) Subject: * aoutx.h (NAME(aout,final_link)): Report a reasonable error when X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=922530a691cbb654a1cba0b25f636123f06a4213;p=binutils-gdb.git * aoutx.h (NAME(aout,final_link)): Report a reasonable error when trying to do a relocateable link with a non-a.out object file. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 5ba156ae3c3..1a189b65cf8 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,12 @@ Thu Nov 9 13:01:31 1995 Ian Lance Taylor + * 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.