Apply patch from Richard Gorton <gorton@scrugs.lkg.dec.com> to implement
[deliverable/binutils-gdb.git] / ld / ldmain.c
index ba2a5923e3e64442366fdaad94c270efc2a0878b..cfdbdd7a808f177eb1aa5bb628e5fb37f0c0f07b 100644 (file)
@@ -214,6 +214,7 @@ main (argc, argv)
 
   link_info.callbacks = &link_callbacks;
   link_info.relocateable = false;
+  link_info.emitrelocations = false;
   link_info.shared = false;
   link_info.symbolic = false;
   link_info.static_link = false;
@@ -1150,7 +1151,7 @@ undefined_symbol (info, name, abfd, section, address, fatal)
      bfd *abfd;
      asection *section;
      bfd_vma address;
-     boolean fatal;
+     boolean fatal ATTRIBUTE_UNUSED;
 {
   static char *error_name;
   static unsigned int error_count;
This page took 0.023195 seconds and 4 git commands to generate.