PR ld/12365
[deliverable/binutils-gdb.git] / ld / ldfile.c
index 5bbe1d8447e020d5b384e03d33fa726d45d55a32..96a3856e4a3aad4f7184688e2f75ed17bb22cfac 100644 (file)
@@ -313,7 +313,8 @@ success:
      will be needed when and if we want to bfd_create a new
      one using this one as a template.  */
   if (bfd_check_format (entry->the_bfd, bfd_object)
-      && plugin_active_plugins_p ())
+      && plugin_active_plugins_p ()
+      && !no_more_claiming)
     {
       int fd = open (attempt, O_RDONLY | O_BINARY);
       if (fd >= 0)
This page took 0.022997 seconds and 4 git commands to generate.