2002-09-10 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / ld / ldmain.c
index a6036491329b0ebf5fe1c2e5164be2596a196680..84baa4ddf0aff3aa43bc4cae472e569e48864a45 100644 (file)
@@ -239,11 +239,14 @@ main (argc, argv)
   link_info.optimize = false;
   link_info.no_undefined = false;
   link_info.allow_shlib_undefined = false;
+  link_info.allow_multiple_definition = false;
+  link_info.allow_undefined_version = true;
   link_info.strip = strip_none;
   link_info.discard = discard_sec_merge;
   link_info.keep_memory = true;
   link_info.input_bfds = NULL;
   link_info.create_object_symbols_section = NULL;
+  link_info.gc_sym_list = NULL;
   link_info.hash = NULL;
   link_info.keep_hash = NULL;
   link_info.notice_all = false;
@@ -259,8 +262,10 @@ main (argc, argv)
   link_info.flags = (bfd_vma) 0;
   link_info.flags_1 = (bfd_vma) 0;
   link_info.pei386_auto_import = false;
-  link_info.combreloc = false;
+  link_info.pei386_auto_import = -1;
+  link_info.combreloc = true;
   link_info.spare_dynamic_tags = 5;
+  link_info.common_skip_ar_aymbols = bfd_link_common_skip_none;
 
   ldfile_add_arch ("");
 
This page took 0.023562 seconds and 4 git commands to generate.