Remove remaining default manifest support.
[deliverable/binutils-gdb.git] / ld / ldmain.c
index b132dae62dfd0e60d855836b5f81abdca4962650..4c7ea68f41e786a845beb737dd4d48318b869d01 100644 (file)
@@ -432,7 +432,14 @@ main (int argc, char **argv)
     output_cref (config.map_file != NULL ? config.map_file : stdout);
   if (nocrossref_list != NULL)
     check_nocrossrefs ();
+#if 0
+  {
+    struct bfd_link_hash_entry * h;
 
+    h = bfd_link_hash_lookup (link_info.hash, "__image_base__", 0,0,1);
+    fprintf (stderr, "lookup = %p val %lx\n", h, h ? h->u.def.value : 1);
+  }
+#endif
   lang_finish ();
 
   /* Even if we're producing relocatable output, some non-fatal errors should
This page took 0.039726 seconds and 4 git commands to generate.