daily update
[deliverable/binutils-gdb.git] / ld / ldfile.c
index 3d9feb5fa1d8df99bee4faccac2eae9a91461456..a9a69544d33cd9f8b38c3298d7fac28bb9041db7 100644 (file)
@@ -370,7 +370,7 @@ ldfile_open_file_search (const char *arch,
 
   /* If this is not an archive, try to open it in the current
      directory first.  */
-  if (! entry->is_archive)
+  if (! entry->maybe_archive)
     {
       if (entry->sysrooted && IS_ABSOLUTE_PATH (entry->filename))
        {
@@ -407,7 +407,7 @@ ldfile_open_file_search (const char *arch,
            }
        }
 
-      if (entry->is_archive)
+      if (entry->maybe_archive)
        string = concat (search->name, slash, lib, entry->filename,
                         arch, suffix, (const char *) NULL);
       else
This page took 0.024944 seconds and 4 git commands to generate.