Treat the .gnu.debuglink and .gnu.debugaltlink sections as debug sections when readin...
[deliverable/binutils-gdb.git] / bfd / elfxx-x86.c
index e661ad30c121ce32a7c13d917d5091d38093ddad..78ed41ad381f771ce0e6d17decf224d6bb6894df 100644 (file)
@@ -1381,7 +1381,8 @@ _bfd_x86_elf_size_dynamic_sections (bfd *output_bfd,
                {
                  info->callbacks->einfo
                    (_("%P%X: read-only segment has dynamic IFUNC relocations;"
-                      " recompile with -fPIC\n"));
+                      " recompile with %s\n"),
+                    bfd_link_dll (info) ? "-fPIC" : "-fPIE");
                  bfd_set_error (bfd_error_bad_value);
                  return FALSE;
                }
This page took 0.022937 seconds and 4 git commands to generate.