[x86] Resolve non-PIC undefweak symbols in executable
[deliverable/binutils-gdb.git] / ld / ldmain.c
index 7425da013561c1b4838d3c751a0c786edb9c72c1..21133ab72090a6e2f8fcb80a2c11f40f8fc12fb0 100644 (file)
@@ -278,6 +278,7 @@ main (int argc, char **argv)
   link_info.fini_function = "_fini";
   link_info.relax_pass = 1;
   link_info.extern_protected_data = -1;
+  link_info.dynamic_undefined_weak = -1;
   link_info.pei386_auto_import = -1;
   link_info.spare_dynamic_tags = 5;
   link_info.path_separator = ':';
This page took 0.033861 seconds and 4 git commands to generate.