diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-05-08 20:11:29 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-05-08 20:11:29 +0000 |
commit | 5ecd6d7f3b8057c8553f01caa573693a44c2358d (patch) | |
tree | 072f493f11adf8476d1f6b1e8ee3a0651f3afc0d /bfd | |
parent | f7481d45a52a571cb23377bb0d786b810e67becc (diff) | |
download | ppe42-binutils-5ecd6d7f3b8057c8553f01caa573693a44c2358d.tar.gz ppe42-binutils-5ecd6d7f3b8057c8553f01caa573693a44c2358d.zip |
* xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): If an archive has
no map, just check each member in turn to see whether it is
required.
PR 9520.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 974703c7bb..3ef694914e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Wed May 8 16:10:38 1996 Ian Lance Taylor <ian@cygnus.com> + + * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): If an archive has + no map, just check each member in turn to see whether it is + required. + Wed May 8 09:17:34 1996 Michael Meissner <meissner@tiktok.cygnus.com> * ppcboot.c (ppcboot_object_p): Check for type 0x41 in partition |