Fix access violation disassembling a corrupt VMS binary.
[deliverable/binutils-gdb.git] / bfd / elf32-mep.c
index 491644418fdc7a07e0e6a1a7b2e20a7c48a038be..32305c5b72b0dccd0e6c34285919023f11448f5e 100644 (file)
@@ -617,7 +617,8 @@ mep_elf_merge_private_bfd_data (bfd *ibfd, struct bfd_link_info *info)
       else
        {
          /* xgettext:c-format */
-         _bfd_error_handler (_("%B and %B are for different cores"), last_ibfd, ibfd);
+         _bfd_error_handler (_("%B and %B are for different cores"),
+                             last_ibfd, ibfd);
          bfd_set_error (bfd_error_invalid_target);
          return FALSE;
        }
@@ -635,7 +636,8 @@ mep_elf_merge_private_bfd_data (bfd *ibfd, struct bfd_link_info *info)
       else
        {
          /* xgettext:c-format */
-         _bfd_error_handler (_("%B and %B are for different configurations"), last_ibfd, ibfd);
+         _bfd_error_handler (_("%B and %B are for different configurations"),
+                             last_ibfd, ibfd);
          bfd_set_error (bfd_error_invalid_target);
          return FALSE;
        }
This page took 0.023822 seconds and 4 git commands to generate.