Add output_type to bfd_link_info
[deliverable/binutils-gdb.git] / bfd / coff-i386.c
index b185b81803f280c87a26fc3d74a8beec4fdefe94..a9725c4e1c7309deb69b1e9a412b7812215fcb85 100644 (file)
@@ -417,7 +417,7 @@ coff_pe_i386_relocate_section (bfd *output_bfd,
                               struct internal_syment *syms,
                               asection **sections)
 {
-  if (info->relocatable)
+  if (bfd_link_relocatable (info))
     return TRUE;
 
   return _bfd_coff_generic_relocate_section (output_bfd, info, input_bfd,
This page took 0.023345 seconds and 4 git commands to generate.