Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / archive.c
index 31d86f3f138c58b1042203b2e184bb120f4c111b..1715474ea6cecd9bcdb8378bdf933036139843d6 100644 (file)
@@ -730,6 +730,9 @@ _bfd_get_elt_at_filepos (bfd *archive, file_ptr filepos)
                                    | BFD_DECOMPRESS
                                    | BFD_COMPRESS_GABI);
 
+  /* Copy is_linker_input.  */
+  n_bfd->is_linker_input = archive->is_linker_input;
+
   if (_bfd_add_bfd_to_archive_cache (archive, filepos, n_bfd))
     return n_bfd;
 
This page took 0.023201 seconds and 4 git commands to generate.