gas: detect DCTI couples in sparc
[deliverable/binutils-gdb.git] / bfd / mach-o.c
index 0f39157ce697e84f8384e6078b2b906ed8af97f9..16099803ff5e550ea769e4b1e7511d33042d3ff6 100644 (file)
@@ -5708,7 +5708,7 @@ bfd_mach_o_follow_dsym (bfd *abfd)
   if (abfd == NULL || bfd_get_flavour (abfd) != bfd_target_mach_o_flavour)
     return NULL;
 
-  if (abfd->my_archive)
+  if (abfd->my_archive && !bfd_is_thin_archive (abfd->my_archive))
     base_bfd = abfd->my_archive;
   /* BFD may have been opened from a stream. */
   if (base_bfd->filename == NULL)
@@ -5806,7 +5806,7 @@ bfd_mach_o_close_and_cleanup (bfd *abfd)
             can be traced and fixed on such a system, this code will remain
             commented out.  This does mean that there will be a memory leak,
             but it is small, and happens when we are closing down, so it
-            should not matter too much.
+            should not matter too much.  */
           char *dsym_filename = (char *)(fat_bfd
                                          ? fat_bfd->filename
                                          : mdata->dsym_bfd->filename);
This page took 0.023335 seconds and 4 git commands to generate.