OSDN Git Service

2009-11-06 H.J. Lu <hongjiu.lu@intel.com>
authorhjl <hjl>
Sat, 7 Nov 2009 01:50:59 +0000 (01:50 +0000)
committerhjl <hjl>
Sat, 7 Nov 2009 01:50:59 +0000 (01:50 +0000)
PR ld/10912
* ldmain.c (add_DT_NEEDED_for_dynamic): Default to TRUE.

ld/ChangeLog
ld/ldmain.c

index 0d10fd6..b2c9b10 100644 (file)
@@ -1,3 +1,8 @@
+2009-11-06  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/10912
+       * ldmain.c (add_DT_NEEDED_for_dynamic): Default to TRUE.
+
 2009-11-06  Kai Tietz  <kai.tietz@onevision.com>
 
        * pe.em (DEFAULT_PSEUDO_RELOC_VERSION): New macro.
index 2e9e1e6..3ba0592 100644 (file)
@@ -100,7 +100,7 @@ bfd_boolean add_DT_NEEDED_for_regular;
 /* True means create DT_NEEDED entries for dynamic libraries that
    are DT_NEEDED by dynamic libraries specifically mentioned on
    the command line.  */
-bfd_boolean add_DT_NEEDED_for_dynamic;
+bfd_boolean add_DT_NEEDED_for_dynamic = TRUE;
 
 /* TRUE if we should demangle symbol names.  */
 bfd_boolean demangling;