aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-06-23 00:36:38 +0000
committerIan Lance Taylor <ian@airs.com>1994-06-23 00:36:38 +0000
commit135a68152cdf9bffd7c468c30f88b8121f128f4e (patch)
tree348aaf14988fe0ba76ea6a310f71db75fc54b6d8 /bfd
parentcf4245afad703696b6f5f7240a62355e6e510738 (diff)
downloadgdb-135a68152cdf9bffd7c468c30f88b8121f128f4e.zip
gdb-135a68152cdf9bffd7c468c30f88b8121f128f4e.tar.gz
gdb-135a68152cdf9bffd7c468c30f88b8121f128f4e.tar.bz2
* linker.c (_bfd_generic_link_add_archive_symbols): Initialize
pass from abfd->archive_pass, and save it there as well.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 7876bdd..7ed605f 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.