aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-03-16 19:06:41 +0000
committerIan Lance Taylor <ian@airs.com>1995-03-16 19:06:41 +0000
commitf2f55b1677af6a75aa735277b533c566886e1279 (patch)
tree949174773294d9131b7860b47719c5c2384a198d /ld/ChangeLog
parent171eb2f2596b261bd311a248aea2c6eb6c96d4f6 (diff)
downloadgdb-f2f55b1677af6a75aa735277b533c566886e1279.zip
gdb-f2f55b1677af6a75aa735277b533c566886e1279.tar.gz
gdb-f2f55b1677af6a75aa735277b533c566886e1279.tar.bz2
* ldlang.c (load_symbols): If whole_archive is true and ENTRY
describes an archive, call bfd_link_add_symbols on each member. * ldmain.c (whole_archive): New variable. (main): Initialize it to false. * ldmain.h: Declare whole_archive. * lexsup.c (parse_args): Grok --whole-archive switch.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 532d625..cd8f44d 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,12 @@
+Thu Mar 16 13:59:14 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
+
+ * ldlang.c (load_symbols): If whole_archive is true and ENTRY
+ describes an archive, call bfd_link_add_symbols on each member.
+ * ldmain.c (whole_archive): New variable.
+ (main): Initialize it to false.
+ * ldmain.h: Declare whole_archive.
+ * lexsup.c (parse_args): Grok --whole-archive switch.
+
Thu Mar 16 11:38:48 1995 Ian Lance Taylor <ian@cygnus.com>
* genscripts.sh (EMULATION_NAME): Set LIB_PATH to empty when not