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:
parent
e468a04693
commit
df856bcc4d
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue