Fix thinko in patch.

This commit is contained in:
Nicholas Clifton 2009-11-09 12:35:29 +00:00
parent 98da9d924c
commit eb06afa850
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ diff -rup ../binutils-2.20.51.0.2.original/ld/ldmain.c ./ld/ldmain.c
+/* 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;