Add output_type to bfd_link_info
[deliverable/binutils-gdb.git] / bfd / coff-rs6000.c
index 3aa5e63db772371147baa229f0cb0f5bc85c1433..dd9ecb2397f2693840fca4957249e19d1f714b4d 100644 (file)
@@ -3421,7 +3421,7 @@ xcoff_ppc_relocate_section (bfd *output_bfd,
                }
              else
                {
-                 BFD_ASSERT (info->relocatable
+                 BFD_ASSERT (bfd_link_relocatable (info)
                              || (info->static_link
                                  && (h->flags & XCOFF_WAS_UNDEFINED) != 0)
                              || (h->flags & XCOFF_DEF_DYNAMIC) != 0
This page took 0.027951 seconds and 4 git commands to generate.