alpha-vms: divide by zero
[deliverable/binutils-gdb.git] / bfd / elfnn-aarch64.c
index b00b6c4818f9b2620849f5f91d2b7052bd1788b9..02688ccee10c145a5578e2ee8158d69373a8fd9b 100644 (file)
@@ -3302,12 +3302,10 @@ aarch64_build_one_stub (struct bfd_hash_entry *gen_entry,
      section.  The user should fix his linker script.  */
   if (stub_entry->target_section->output_section == NULL
       && info->non_contiguous_regions)
-    {
-      _bfd_error_handler (_("Could not assign '%pA' to an output section. "
-                           "Retry without --enable-non-contiguous-regions.\n"),
-                         stub_entry->target_section);
-      abort();
-    }
+    info->callbacks->einfo (_("%F%P: Could not assign '%pA' to an output section. "
+                             "Retry without "
+                             "--enable-non-contiguous-regions.\n"),
+                           stub_entry->target_section);
 
   stub_sec = stub_entry->stub_sec;
 
This page took 0.031482 seconds and 4 git commands to generate.