Add output_type to bfd_link_info
[deliverable/binutils-gdb.git] / bfd / m68klinux.c
index 23341e55bc4d90cc171876fe62577e0b862706b6..a29cf2be508c09c78c767eab6debb7b3ba1e4669 100644 (file)
@@ -320,7 +320,7 @@ linux_add_one_symbol (struct bfd_link_info *info,
 
   insert = FALSE;
 
-  if (! info->relocatable
+  if (! bfd_link_relocatable (info)
       && linux_hash_table (info)->dynobj == NULL
       && strcmp (name, SHARABLE_CONFLICTS) == 0
       && (flags & BSF_CONSTRUCTOR) != 0
This page took 0.024367 seconds and 4 git commands to generate.