Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / bfdwin.c
index 1aaee2cd8577cef5412d646528a2b07be4f70818..f3faba48091f1595469ace79f84e926ade632b20 100644 (file)
@@ -144,7 +144,8 @@ bfd_get_file_window (bfd *abfd,
       int fd;
 
       /* Find the real file and the real offset into it.  */
-      while (abfd->my_archive != NULL)
+      while (abfd->my_archive != NULL
+            && !bfd_is_thin_archive (abfd->my_archive))
        {
          offset += abfd->origin;
          abfd = abfd->my_archive;
This page took 0.023392 seconds and 4 git commands to generate.