include/
[deliverable/binutils-gdb.git] / ld / ldmain.c
index 88811904aed960333371c36f13fae9b798a65001..ec31310d651a8e4251d3c14f61082a9313ecb3d9 100644 (file)
@@ -304,6 +304,8 @@ main (int argc, char **argv)
   link_info.create_object_symbols_section = NULL;
   link_info.gc_sym_list = NULL;
   link_info.base_file = NULL;
+  link_info.emit_hash = TRUE;
+  link_info.emit_gnu_hash = FALSE;
   /* SVR4 linkers seem to set DT_INIT and DT_FINI based on magic _init
      and _fini symbols.  We are compatible.  */
   link_info.init_function = "_init";
This page took 0.023723 seconds and 4 git commands to generate.