From: Ian Lance Taylor Date: Thu, 23 Jun 1994 00:36:38 +0000 (+0000) Subject: * linker.c (_bfd_generic_link_add_archive_symbols): Initialize X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=135a68152cdf9bffd7c468c30f88b8121f128f4e;p=binutils-gdb.git * linker.c (_bfd_generic_link_add_archive_symbols): Initialize pass from abfd->archive_pass, and save it there as well. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 7876bdd39f4..7ed605ffd40 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -7,6 +7,9 @@ Wed Jun 22 17:59:59 1994 Ken Raeburn (raeburn@cujo.cygnus.com) Wed Jun 22 10:52:47 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + * linker.c (_bfd_generic_link_add_archive_symbols): Initialize + pass from abfd->archive_pass, and save it there as well. + * hash.c (bfd_hash_allocate): Don't call bfd_set_error if obstack_alloc returns NULL unless the size is non-zero.