btrace: remove leftover comment
[deliverable/binutils-gdb.git] / bfd / archive.c
index 6fc5f1d80f9ef8be456c45b35bcea42ff3436086..b932a80543f8f2e52e290f7f409294b903d5c2af 100644 (file)
@@ -392,6 +392,7 @@ open_nested_file (const char *filename, bfd *archive)
     {
       n_bfd->lto_output = archive->lto_output;
       n_bfd->no_export = archive->no_export;
+      n_bfd->my_archive = archive;
     }
   return n_bfd;
 }
@@ -2288,7 +2289,7 @@ _bfd_write_archive_contents (bfd *arch)
        {
          if (bfd_update_armap_timestamp (arch))
            break;
-         (*_bfd_error_handler)
+         _bfd_error_handler
            (_("Warning: writing archive was slow: rewriting timestamp\n"));
        }
       while (++tries < 6);
@@ -2400,7 +2401,7 @@ _bfd_compute_and_write_armap (bfd *arch, unsigned int elength)
                        }
 
                      if (strcmp (syms[src_count]->name, "__gnu_lto_slim") == 0)
-                       (*_bfd_error_handler)
+                       _bfd_error_handler
                          (_("%s: plugin needed to handle lto object"),
                           bfd_get_filename (current));
                      namelen = strlen (syms[src_count]->name);
This page took 0.037728 seconds and 4 git commands to generate.