From: Ian Lance Taylor Date: Fri, 10 Nov 1995 04:50:15 +0000 (+0000) Subject: * archive.c (bfd_generic_archive_p): Preserve tdata in case of X-Git-Tag: gdb-4_18-branchpoint~10159 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=839087b7f198a379310e5d97e5bba60387ec1669;p=thirdparty%2Fbinutils-gdb.git * archive.c (bfd_generic_archive_p): Preserve tdata in case of failure. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 1a189b65cf8..337b91a0ded 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ Thu Nov 9 13:01:31 1995 Ian Lance Taylor + * archive.c (bfd_generic_archive_p): Preserve tdata in case of + failure. + * aoutx.h (NAME(aout,final_link)): Report a reasonable error when trying to do a relocateable link with a non-a.out object file.