gdb/testsuite/
[deliverable/binutils-gdb.git] / bfd / cache.c
index 5ddbbe470a04e66c49a1d5dc0c8547823bc6d255..3842f517d1fe8c1942f157d195520ab49d8aab7e 100644 (file)
@@ -198,7 +198,7 @@ bfd_cache_lookup_worker (bfd *abfd, enum cache_flag flag)
   if ((abfd->flags & BFD_IN_MEMORY) != 0)
     abort ();
 
-  if (abfd->my_archive)
+  while (abfd->my_archive)
     abfd = abfd->my_archive;
 
   if (abfd->iostream != NULL)
This page took 0.024695 seconds and 4 git commands to generate.