Add output_type to bfd_link_info
[deliverable/binutils-gdb.git] / ld / ldfile.c
index d4f7cb43a0bdddcd2290b8d2bee048371d5029d7..96f9ecc0157d645ff2228243d373f1c1d5c393dd 100644 (file)
@@ -357,7 +357,7 @@ ldfile_open_file_search (const char *arch,
     {
       char *string;
 
-      if (entry->flags.dynamic && ! link_info.relocatable)
+      if (entry->flags.dynamic && !bfd_link_relocatable (&link_info))
        {
          if (ldemul_open_dynamic_archive (arch, search, entry))
            return TRUE;
This page took 0.025808 seconds and 4 git commands to generate.