ld: Skip some x86 IFUNC tests for Solaris
[deliverable/binutils-gdb.git] / ld / emultempl / xtensaelf.em
index 1aca7b77ace84c21a3ef9259a15ad3bfe386fca4..2d9f594969f54a3e6a8065e72e731fa0342a1a93 100644 (file)
@@ -1224,6 +1224,10 @@ ld_build_required_section_dependence (lang_statement_union_type *s)
     {
       lang_statement_union_type *l = iter_stack_current (&stack);
 
+      if (l == NULL && link_info.non_contiguous_regions)
+       einfo (_("%F%P: Relaxation not supported with "
+                "--enable-non-contiguous-regions.\n"));
+
       if (l->header.type == lang_input_section_enum)
        {
          lang_input_section_type *input;
This page took 0.023485 seconds and 4 git commands to generate.