2009-11-06 H.J. Lu <hongjiu.lu@intel.com>

PR ld/10912
	* ldmain.c (add_DT_NEEDED_for_dynamic): Default to TRUE.
This commit is contained in:
H.J. Lu 2009-11-06 16:50:59 +00:00
parent e468a04693
commit df856bcc4d
2 changed files with 6 additions and 1 deletions

View 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.

View 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;