Non-contiguous memory regions support: Avoid calls to abort
[deliverable/binutils-gdb.git] / ld / emultempl / xtensaelf.em
index 74bd11c6b00092ce08e0f626b358c5928bf60c7d..2d9f594969f54a3e6a8065e72e731fa0342a1a93 100644 (file)
@@ -1225,10 +1225,8 @@ 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 (_("Relaxation not supported with --enable-non-contiguous-regions.\n"));
-         abort();
-       }
+       einfo (_("%F%P: Relaxation not supported with "
+                "--enable-non-contiguous-regions.\n"));
 
       if (l->header.type == lang_input_section_enum)
        {
This page took 0.024724 seconds and 4 git commands to generate.