]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
PR 32603, revert message changes in 0b7f992b78fe and 31e9e2e8d109
authorAlan Modra <amodra@gmail.com>
Thu, 24 Apr 2025 00:31:29 +0000 (10:01 +0930)
committerAlan Modra <amodra@gmail.com>
Thu, 24 Apr 2025 01:35:14 +0000 (11:05 +0930)
This puts back %F into translated fatal error messages (and reverts a
few other small changes), to not disturb translation work done for the
2.44 branch.

85 files changed:
bfd/archive.c
bfd/coff-aarch64.c
bfd/coffgen.c
bfd/elf-ifunc.c
bfd/elf-m10300.c
bfd/elf-properties.c
bfd/elf.c
bfd/elf32-arm.c
bfd/elf32-avr.c
bfd/elf32-csky.c
bfd/elf32-frv.c
bfd/elf32-hppa.c
bfd/elf32-i386.c
bfd/elf32-m68hc11.c
bfd/elf32-m68hc12.c
bfd/elf32-metag.c
bfd/elf32-spu.c
bfd/elf64-ia64-vms.c
bfd/elf64-ppc.c
bfd/elf64-x86-64.c
bfd/elflink.c
bfd/elfnn-aarch64.c
bfd/elfnn-ia64.c
bfd/elfnn-kvx.c
bfd/elfnn-loongarch.c
bfd/elfxx-aarch64.c
bfd/elfxx-sparc.c
bfd/elfxx-x86.c
bfd/linker.c
bfd/reloc.c
bfd/reloc16.c
bfd/xcofflink.c
ld/emulparams/call_nop.sh
ld/emulparams/cet.sh
ld/emulparams/elf32mcore.sh
ld/emulparams/x86-64-lam.sh
ld/emulparams/x86-64-level-report.sh
ld/emulparams/x86-64-level.sh
ld/emultempl/aarch64elf.em
ld/emultempl/aix.em
ld/emultempl/armelf.em
ld/emultempl/avrelf.em
ld/emultempl/beos.em
ld/emultempl/cr16elf.em
ld/emultempl/cskyelf.em
ld/emultempl/elf.em
ld/emultempl/hppaelf.em
ld/emultempl/kvxelf.em
ld/emultempl/loongarchelf.em
ld/emultempl/m68hc1xelf.em
ld/emultempl/m68kelf.em
ld/emultempl/metagelf.em
ld/emultempl/mipself.em
ld/emultempl/mmix-elfnmmo.em
ld/emultempl/nds32elf.em
ld/emultempl/nto.em
ld/emultempl/pe.em
ld/emultempl/pep.em
ld/emultempl/ppc32elf.em
ld/emultempl/ppc64elf.em
ld/emultempl/riscvelf.em
ld/emultempl/s390.em
ld/emultempl/scoreelf.em
ld/emultempl/spuelf.em
ld/emultempl/tic6xdsbt.em
ld/emultempl/ticoff.em
ld/emultempl/v850elf.em
ld/emultempl/vms.em
ld/emultempl/xtensaelf.em
ld/emultempl/z80.em
ld/ldcref.c
ld/ldelf.c
ld/ldelfgen.c
ld/ldexp.c
ld/ldfile.c
ld/ldgram.y
ld/ldlang.c
ld/ldlex.l
ld/ldmain.c
ld/ldmisc.c
ld/ldwrite.c
ld/lexsup.c
ld/mri.c
ld/pe-dll.c
ld/plugin.c

index 6cda73ce90313d27e44112a199403041dc737c62..2225344041992e0f8255b1ba6acf87723ff043f2 100644 (file)
@@ -745,7 +745,7 @@ _bfd_get_elt_at_filepos (bfd *archive, file_ptr filepos,
              if (info != NULL)
                {
                  info->callbacks->fatal
-                   (_("%P: %pB(%s): error opening thin archive member: %E\n"),
+                   (_("%F%P: %pB(%s): error opening thin archive member: %E\n"),
                     archive, filename);
                  break;
                }
index af4a44dede0b9c734e7075944477f2680e1cf00a..6f1f5db2f1f622f7b2f8cf952a6b6aa42a27673a 100644 (file)
@@ -907,7 +907,7 @@ coff_pe_aarch64_relocate_section (bfd *output_bfd,
          }
 
        default:
-         info->callbacks->fatal (_("%P: Unhandled relocation type %u\n"),
+         info->callbacks->fatal (_("%F%P: Unhandled relocation type %u\n"),
                                  rel->r_type);
        }
     }
index d03effd351a83c0928ca6077bf6ce90efb744d4f..f9c3cd8c6ad39037a22ff173e2faab91eb5fad3f 100644 (file)
@@ -2794,7 +2794,7 @@ _bfd_coff_section_already_linked (bfd *abfd,
 
   /* This is the first section with this name.  Record it.  */
   if (!bfd_section_already_linked_table_insert (already_linked_list, sec))
-    info->callbacks->fatal (_("%P: already_linked_table: %E\n"));
+    info->callbacks->fatal (_("%F%P: already_linked_table: %E\n"));
   return false;
 }
 
index 96b828812e986cc51bb9242b978c311636d7455a..b88557fbd50c30a0c20393e3c23f9eaa9e20244b 100644 (file)
@@ -141,7 +141,7 @@ _bfd_elf_allocate_ifunc_dyn_relocs (struct bfd_link_info *info,
     {
       info->callbacks->fatal
        /* xgettext:c-format */
-       (_("%P: dynamic STT_GNU_IFUNC symbol `%s' with pointer "
+       (_("%F%P: dynamic STT_GNU_IFUNC symbol `%s' with pointer "
           "equality in `%pB' can not be used when making an "
           "executable; recompile with -fPIE and relink with -pie\n"),
         h->root.root.string,
index 368ff7e708cb70178bf2c6c49b5f7ac5d734fbca..557683ce0790b484c770c0ee62c584bff3199601 100644 (file)
@@ -2647,7 +2647,7 @@ mn10300_elf_relax_section (bfd *abfd,
 
   if (bfd_link_relocatable (link_info))
     link_info->callbacks->fatal
-      (_("%P: --relax and -r may not be used together\n"));
+      (_("%P%F: --relax and -r may not be used together\n"));
 
   /* Assume nothing changes.  */
   *again = false;
index 79741395f5e652144878455def864ba0c3cc73e2..8f176e97247ed99e85eed8c1bd3fc72c2dfaacb6 100644 (file)
@@ -637,11 +637,11 @@ _bfd_elf_link_create_gnu_property_sec (struct bfd_link_info *info, bfd *elf_bfd,
                                      | SEC_HAS_CONTENTS
                                      | SEC_DATA));
   if (sec == NULL)
-    info->callbacks->fatal (_("%P: failed to create GNU property section\n"));
+    info->callbacks->fatal (_("%F%P: failed to create GNU property section\n"));
 
   if (!bfd_set_section_alignment (sec,
                                  elfclass == ELFCLASS64 ? 3 : 2))
-    info->callbacks->fatal (_("%pA: failed to align section\n"),
+    info->callbacks->fatal (_("%F%pA: failed to align section\n"),
                            sec);
 
   elf_section_type (sec) = SHT_NOTE;
index 22282561de958974cc7196f29f2985a43dbf9ad6..5d1be92a568c650facce72deb0848ce69adeb18b 100644 (file)
--- a/bfd/elf.c
+++ b/bfd/elf.c
@@ -5010,7 +5010,7 @@ _bfd_elf_map_sections_to_segments (bfd *abfd,
          && bed->size_relative_relocs
          && !bed->size_relative_relocs (info, need_layout))
        info->callbacks->fatal
-         (_("%P: failed to size relative relocations\n"));
+         (_("%F%P: failed to size relative relocations\n"));
     }
 
   if (no_user_phdrs && bfd_count_sections (abfd) != 0)
index b9c3b4bb1e9a14f70c7293d7c657e3576d412cea..9f38d31394bdda46a6145cd713b002b29148025b 100644 (file)
@@ -5074,7 +5074,7 @@ arm_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)
-    info->callbacks->fatal (_("%P: Could not assign `%pA' to an output section. "
+    info->callbacks->fatal (_("%F%P: Could not assign `%pA' to an output section. "
                              "Retry without --enable-non-contiguous-regions.\n"),
                            stub_entry->target_section);
 
index 52c439ac8018b2965f195874a15b9caf362a23cf..695eb55847bae5aca77d720e9cb7d5e023ace930 100644 (file)
@@ -2480,7 +2480,7 @@ elf32_avr_relax_section (bfd *abfd,
 
   if (bfd_link_relocatable (link_info))
     link_info->callbacks->fatal
-      (_("%P: --relax and -r may not be used together\n"));
+      (_("%P%F: --relax and -r may not be used together\n"));
 
   htab = avr_link_hash_table (link_info);
   if (htab == NULL)
index bb70169ce7baa2454311d44545353d857e6e8f0e..877f95ac3c344846348babb261d4d4496ecaafe3 100644 (file)
@@ -3724,7 +3724,7 @@ csky_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)
-    info->callbacks->fatal (_("%P: Could not assign `%pA' to an output section. "
+    info->callbacks->fatal (_("%F%P: Could not assign `%pA' to an output section. "
                              "Retry without --enable-non-contiguous-regions.\n"),
                            stub_entry->target_section);
 
index 04d812b97fb465a2f516da4cea717e6c59659393..01a0e0cbbac7550afbedad52fbb0ba3786c02295 100644 (file)
@@ -5618,7 +5618,7 @@ elf32_frvfdpic_relax_section (bfd *abfd ATTRIBUTE_UNUSED, asection *sec,
 
   if (bfd_link_relocatable (info))
     info->callbacks->fatal
-      (_("%P: --relax and -r may not be used together\n"));
+      (_("%P%F: --relax and -r may not be used together\n"));
 
   /* If we return early, we didn't change anything.  */
   *again = false;
index ecfc8c4a8f3aac09db7948f6cd37327d9b631d54..0c047fd6921b85fcd0d9d84903f93a476662bca7 100644 (file)
@@ -728,7 +728,7 @@ hppa_build_one_stub (struct bfd_hash_entry *bh, void *in_arg)
         section.  The user should fix his linker script.  */
       if (hsh->target_section->output_section == NULL
          && info->non_contiguous_regions)
-       info->callbacks->fatal (_("%P: Could not assign `%pA' to an output "
+       info->callbacks->fatal (_("%F%P: Could not assign `%pA' to an output "
                                  "section. Retry without "
                                  "--enable-non-contiguous-regions.\n"),
                                hsh->target_section);
@@ -757,7 +757,7 @@ hppa_build_one_stub (struct bfd_hash_entry *bh, void *in_arg)
         section.  The user should fix his linker script.  */
       if (hsh->target_section->output_section == NULL
          && info->non_contiguous_regions)
-       info->callbacks->fatal (_("%P: Could not assign `%pA' to an output "
+       info->callbacks->fatal (_("%F%P: Could not assign `%pA' to an output "
                                  "section. Retry without "
                                  "--enable-non-contiguous-regions.\n"),
                                hsh->target_section);
@@ -838,7 +838,7 @@ hppa_build_one_stub (struct bfd_hash_entry *bh, void *in_arg)
         section.  The user should fix his linker script.  */
       if (hsh->target_section->output_section == NULL
          && info->non_contiguous_regions)
-       info->callbacks->fatal (_("%P: Could not assign `%pA' to an output "
+       info->callbacks->fatal (_("%F%P: Could not assign `%pA' to an output "
                                  "section. Retry without "
                                  "--enable-non-contiguous-regions.\n"),
                                hsh->target_section);
index e34296a0e5dcf6903131eac63b62d0b99ed2bf78..85cebf1155f076f1c5a47aa2ca0a18031b208f13 100644 (file)
@@ -4100,7 +4100,7 @@ elf_i386_finish_dynamic_sections (bfd *output_bfd,
       if (bfd_is_abs_section (htab->elf.splt->output_section))
        {
          info->callbacks->fatal
-           (_("%P: discarded output section: `%pA'\n"),
+           (_("%F%P: discarded output section: `%pA'\n"),
             htab->elf.splt);
          return false;
        }
index f70716d66a2bf8b8722c2825806b7db96f9cffd7..6bbbc9b802366c9e45a1ca3886f5de861600ea82 100644 (file)
@@ -419,7 +419,7 @@ m68hc11_elf_build_one_stub (struct bfd_hash_entry *gen_entry, void *in_arg)
      section.  The user should fix his linker script.  */
   if (stub_entry->target_section->output_section == NULL
       && info->non_contiguous_regions)
-    info->callbacks->fatal (_("%P: Could not assign `%pA' to an output section. "
+    info->callbacks->fatal (_("%F%P: Could not assign `%pA' to an output section. "
                              "Retry without --enable-non-contiguous-regions.\n"),
                            stub_entry->target_section);
 
index f8619896978754c3abee33eebc92b083cf000fee..8a435f7b5092cf16c27a6eabefb8402244cf2e4f 100644 (file)
@@ -539,7 +539,7 @@ m68hc12_elf_build_one_stub (struct bfd_hash_entry *gen_entry, void *in_arg)
      section.  The user should fix his linker script.  */
   if (stub_entry->target_section->output_section == NULL
       && info->non_contiguous_regions)
-    info->callbacks->fatal (_("%P: Could not assign `%pA' to an output section. "
+    info->callbacks->fatal (_("%F%P: Could not assign `%pA' to an output section. "
                              "Retry without --enable-non-contiguous-regions.\n"),
                            stub_entry->target_section);
 
index 838ec2dd41a99972730dc56a8387c1aea86ca3bc..5838580c1a0d2a8a45f82a9274bc9d5731c2ecd3 100644 (file)
@@ -3341,7 +3341,7 @@ metag_build_one_stub (struct bfd_hash_entry *gen_entry, void *in_arg)
      section.  The user should fix his linker script.  */
   if (hsh->target_section->output_section == NULL
       && info->non_contiguous_regions)
-    info->callbacks->fatal (_("%P: Could not assign `%pA' to an output section. "
+    info->callbacks->fatal (_("%F%P: Could not assign `%pA' to an output section. "
                              "Retry without --enable-non-contiguous-regions.\n"),
                            hsh->target_section);
 
index bd5c457ebaf0801d1eb8ed472f44e93c6afb8690..c446ef3a24b1ebc50815fa0d8cae48f3fae2ac97 100644 (file)
@@ -4685,7 +4685,7 @@ spu_elf_auto_overlay (struct bfd_link_info *info)
  file_err:
   bfd_set_error (bfd_error_system_call);
  err_exit:
-  info->callbacks->fatal (_("%P: auto overlay error: %E\n"));
+  info->callbacks->fatal (_("%F%P: auto overlay error: %E\n"));
 }
 
 /* Provide an estimate of total stack required.  */
@@ -4738,7 +4738,7 @@ spu_elf_final_link (bfd *output_bfd, struct bfd_link_info *info)
     info->callbacks->einfo (_("%X%P: stack/lrlive analysis error: %E\n"));
 
   if (!spu_elf_build_stubs (info))
-    info->callbacks->fatal (_("%P: can not build overlay stubs: %E\n"));
+    info->callbacks->fatal (_("%F%P: can not build overlay stubs: %E\n"));
 
   return bfd_elf_final_link (output_bfd, info);
 }
index 558ce95e99667360449529fcb1f1e8128605b8a9..c4b859dcfda91644f8f6f68c6a116a1b490ed709 100644 (file)
@@ -362,7 +362,7 @@ elf64_ia64_relax_section (bfd *abfd, asection *sec,
 
   if (bfd_link_relocatable (link_info))
     link_info->callbacks->fatal
-      (_("%P: --relax and -r may not be used together\n"));
+      (_("%P%F: --relax and -r may not be used together\n"));
 
   /* Don't even try to relax for non-ELF outputs.  */
   if (!is_elf_hash_table (link_info->hash))
index c273973408efee220c5abd3ac8006f6260539021..b8c490abaf6fa23f26aced19a397797abf82cc8a 100644 (file)
@@ -12289,7 +12289,7 @@ ppc_size_one_stub (struct bfd_hash_entry *gen_entry, void *in_arg)
   if (stub_entry->target_section != NULL
       && stub_entry->target_section->output_section == NULL
       && info->non_contiguous_regions)
-    info->callbacks->fatal (_("%P: Could not assign `%pA' to an output section. "
+    info->callbacks->fatal (_("%F%P: Could not assign `%pA' to an output section. "
                              "Retry without --enable-non-contiguous-regions.\n"),
                            stub_entry->target_section);
 
@@ -12297,7 +12297,7 @@ ppc_size_one_stub (struct bfd_hash_entry *gen_entry, void *in_arg)
   if (stub_entry->group->stub_sec != NULL
       && stub_entry->group->stub_sec->output_section == NULL
       && info->non_contiguous_regions)
-    info->callbacks->fatal (_("%P: Could not assign `%pA' to an output section. "
+    info->callbacks->fatal (_("%F%P: Could not assign `%pA' to an output section. "
                              "Retry without --enable-non-contiguous-regions.\n"),
                            stub_entry->group->stub_sec);
 
index 7baae66cca690e689b72b1163671683b8d162466..cb32732eba6559f1290a6a2879234cbdabd8d762 100644 (file)
@@ -3791,7 +3791,7 @@ elf_x86_64_relocate_section (bfd *output_bfd,
                            {
                            corrupt_input:
                              info->callbacks->fatal
-                               (_("%P: corrupt input: %pB\n"),
+                               (_("%F%P: corrupt input: %pB\n"),
                                 input_bfd);
                              return false;
                            }
@@ -4761,7 +4761,7 @@ elf_x86_64_finish_dynamic_symbol (bfd *output_bfd,
       /* Check PC-relative offset overflow in PLT entry.  */
       if ((plt_got_pcrel_offset + 0x80000000) > 0xffffffff)
        /* xgettext:c-format */
-       info->callbacks->fatal (_("%pB: PC-relative offset overflow in PLT entry for `%s'\n"),
+       info->callbacks->fatal (_("%F%pB: PC-relative offset overflow in PLT entry for `%s'\n"),
                                output_bfd, h->root.root.string);
 
       bfd_put_32 (output_bfd, plt_got_pcrel_offset,
@@ -4834,7 +4834,7 @@ elf_x86_64_finish_dynamic_symbol (bfd *output_bfd,
                 will overflow first.  */
              if (plt0_offset > 0x80000000)
                /* xgettext:c-format */
-               info->callbacks->fatal (_("%pB: branch displacement overflow in PLT entry for `%s'\n"),
+               info->callbacks->fatal (_("%F%pB: branch displacement overflow in PLT entry for `%s'\n"),
                                        output_bfd, h->root.root.string);
              bfd_put_32 (output_bfd, - plt0_offset,
                          (plt->contents + h->plt.offset
@@ -4887,7 +4887,7 @@ elf_x86_64_finish_dynamic_symbol (bfd *output_bfd,
       if ((got_after_plt && got_pcrel_offset < 0)
          || (!got_after_plt && got_pcrel_offset > 0))
        /* xgettext:c-format */
-       info->callbacks->fatal (_("%pB: PC-relative offset overflow in GOT PLT entry for `%s'\n"),
+       info->callbacks->fatal (_("%F%pB: PC-relative offset overflow in GOT PLT entry for `%s'\n"),
                                output_bfd, h->root.root.string);
 
       bfd_put_32 (output_bfd, got_pcrel_offset,
@@ -5166,7 +5166,7 @@ elf_x86_64_finish_dynamic_sections (bfd *output_bfd,
       if (bfd_is_abs_section (htab->elf.splt->output_section))
        {
          info->callbacks->fatal
-           (_("%P: discarded output section: `%pA'\n"),
+           (_("%F%P: discarded output section: `%pA'\n"),
             htab->elf.splt);
          return false;
        }
index 384fafb9e04be2de0b771204ff128c91eeaf36f3..6346d7e2b4b8e788951d8b58a7f186d60cec2722 100644 (file)
@@ -4335,7 +4335,7 @@ elf_link_add_to_first_hash (bfd *abfd, struct bfd_link_info *info,
        bfd_hash_lookup (htab->first_hash, name, true, copy));
   if (e == NULL)
     info->callbacks->fatal
-      (_("%P: %pB: failed to add %s to first hash\n"), abfd, name);
+      (_("%F%P: %pB: failed to add %s to first hash\n"), abfd, name);
 
   if (e->abfd == NULL)
     /* Store ABFD in abfd.  */
@@ -4403,7 +4403,7 @@ elf_link_add_object_symbols (bfd *abfd, struct bfd_link_info *info)
                   (htab->first_hash, elf_link_first_hash_newfunc,
                    sizeof (struct elf_link_first_hash_entry)))
            info->callbacks->fatal
-             (_("%P: first_hash failed to create: %E\n"));
+             (_("%F%P: first_hash failed to create: %E\n"));
        }
     }
   else
@@ -13075,7 +13075,7 @@ bfd_elf_final_link (bfd *abfd, struct bfd_link_info *info)
       && bed->finish_relative_relocs
       && !bed->finish_relative_relocs (info))
     info->callbacks->fatal
-      (_("%P: %pB: failed to finish relative relocations\n"), abfd);
+      (_("%F%P: %pB: failed to finish relative relocations\n"), abfd);
 
   /* Since ELF permits relocations to be against local symbols, we
      must have the local symbols available when we do the relocations.
@@ -14002,7 +14002,7 @@ _bfd_elf_gc_mark_rsec (struct bfd_link_info *info, asection *sec,
       h = cookie->sym_hashes[r_symndx - cookie->extsymoff];
       if (h == NULL)
        {
-         info->callbacks->fatal (_("%P: corrupt input: %pB\n"),
+         info->callbacks->fatal (_("%F%P: corrupt input: %pB\n"),
                                  sec->owner);
          return NULL;
        }
@@ -14255,7 +14255,7 @@ _bfd_elf_gc_mark_extra_sections (struct bfd_link_info *info,
          else if (strcmp (bfd_section_name (isec),
                           "__patchable_function_entries") == 0
                   && elf_linked_to_section (isec) == NULL)
-             info->callbacks->fatal (_("%P: %pB(%pA): error: "
+             info->callbacks->fatal (_("%F%P: %pB(%pA): error: "
                                        "need linked-to section "
                                        "for --gc-sections\n"),
                                      isec->owner, isec);
@@ -15432,7 +15432,7 @@ _bfd_elf_section_already_linked (bfd *abfd,
 
   /* This is the first section with this name.  Record it.  */
   if (!bfd_section_already_linked_table_insert (already_linked_list, sec))
-    info->callbacks->fatal (_("%P: already_linked_table: %E\n"));
+    info->callbacks->fatal (_("%F%P: already_linked_table: %E\n"));
   return sec->output_section == bfd_abs_section_ptr;
 }
 
index ff4eb4ce9ac1958ba5a6e861bef3a02d1ea1dfa5..3cac81508b7b3e1a8a3ac645c83fede6a56a4be7 100644 (file)
@@ -3263,7 +3263,7 @@ 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)
-    info->callbacks->fatal (_("%P: Could not assign `%pA' to an output section. "
+    info->callbacks->fatal (_("%F%P: Could not assign `%pA' to an output section. "
                              "Retry without "
                              "--enable-non-contiguous-regions.\n"),
                            stub_entry->target_section);
@@ -8928,7 +8928,7 @@ elfNN_aarch64_allocate_dynrelocs (struct elf_link_hash_entry *h, void *inf)
          {
            info->callbacks->fatal
                /* xgettext:c-format */
-               (_ ("%P: %pB: copy relocation against non-copyable "
+               (_ ("%F%P: %pB: copy relocation against non-copyable "
                    "protected symbol `%s'\n"),
                 p->sec->owner, h->root.root.string);
            return false;
index 8c7302a14d562c9eed19a8b3af15409d2e6cfb48..a52f240ec2fddaece8a768c0e2f6f0f2913e6aec 100644 (file)
@@ -362,7 +362,7 @@ elfNN_ia64_relax_section (bfd *abfd, asection *sec,
 
   if (bfd_link_relocatable (link_info))
     link_info->callbacks->fatal
-      (_("%P: --relax and -r may not be used together\n"));
+      (_("%P%F: --relax and -r may not be used together\n"));
 
   /* Don't even try to relax for non-ELF outputs.  */
   if (!is_elf_hash_table (link_info->hash))
index 4f181b7c68a401959f6b4a8401fe2e95ee392bbb..627a21e4956120c50f8c44a3b5bb2463c97773f6 100644 (file)
@@ -926,7 +926,7 @@ kvx_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)
-    info->callbacks->fatal (_("%P: Could not assign '%pA' to an output section. "
+    info->callbacks->fatal (_("%F%P: Could not assign '%pA' to an output section. "
                              "Retry without "
                              "--enable-non-contiguous-regions.\n"),
                            stub_entry->target_section);
index b24fbd189f8417a8461c86caa4c435d16a696b10..7c3e9cd1754d2f38e5c061bc661298209bf41d18 100644 (file)
@@ -1701,7 +1701,7 @@ local_allocate_ifunc_dyn_relocs (struct bfd_link_info *info,
     {
       info->callbacks->fatal
        /* xgettext:c-format.  */
-       (_("%P: dynamic STT_GNU_IFUNC symbol `%s' with pointer "
+       (_("%F%P: dynamic STT_GNU_IFUNC symbol `%s' with pointer "
           "equality in `%pB' can not be used when making an "
           "executable; recompile with -fPIE and relink with -pie\n"),
         h->root.root.string,
index 04c65a01788807c4c4eae119cf8d095f121f5fdf..b29427e5b3a66cede95a64c675efc295665d7d26 100644 (file)
@@ -744,11 +744,11 @@ _bfd_aarch64_elf_create_gnu_property_section (struct bfd_link_info *info,
                                      | SEC_HAS_CONTENTS
                                      | SEC_DATA));
   if (sec == NULL)
-    info->callbacks->fatal (_("%P: failed to create GNU property section\n"));
+    info->callbacks->fatal (_("%F%P: failed to create GNU property section\n"));
 
   unsigned align = (bfd_get_mach (ebfd) & bfd_mach_aarch64_ilp32) ? 2 : 3;
   if (!bfd_set_section_alignment (sec, align))
-    info->callbacks->fatal (_("%pA: failed to align section\n"), sec);
+    info->callbacks->fatal (_("%F%pA: failed to align section\n"), sec);
 
   elf_section_type (sec) = SHT_NOTE;
 }
index bf4e34e15593b3e13be85a85d275fdb5c5d87cb1..a650be369ee977a1193d43b9c34490eb1d7fe93a 100644 (file)
@@ -2677,7 +2677,7 @@ _bfd_sparc_elf_relax_section (bfd *abfd ATTRIBUTE_UNUSED,
 {
   if (bfd_link_relocatable (link_info))
     link_info->callbacks->fatal
-      (_("%P: --relax and -r may not be used together\n"));
+      (_("%P%F: --relax and -r may not be used together\n"));
 
   *again = false;
   sec_do_relax (section) = 1;
index f785d11b0a9176d32997c7cfae9f30455ab732d6..652363fb64b8bf6d8813b2275c0d5762ce2d1cdd 100644 (file)
@@ -531,7 +531,7 @@ elf_x86_allocate_dynrelocs (struct elf_link_hash_entry *h, void *inf)
            {
              info->callbacks->fatal
                /* xgettext:c-format */
-               (_("%P: %pB: copy relocation against non-copyable "
+               (_("%F%P: %pB: copy relocation against non-copyable "
                   "protected symbol `%s' in %pB\n"),
                 p->sec->owner, h->root.root.string,
                 h->root.u.def.section->owner);
@@ -1041,7 +1041,7 @@ elf_x86_relative_reloc_record_add
     {
       info->callbacks->fatal
        /* xgettext:c-format */
-       (_("%P: %pB: failed to allocate relative reloc record\n"),
+       (_("%F%P: %pB: failed to allocate relative reloc record\n"),
         info->output_bfd);
       return false;
     }
@@ -1400,7 +1400,7 @@ elf64_dt_relr_bitmap_add
     {
       info->callbacks->fatal
        /* xgettext:c-format */
-       (_("%P: %pB: failed to allocate 64-bit DT_RELR bitmap\n"),
+       (_("%F%P: %pB: failed to allocate 64-bit DT_RELR bitmap\n"),
         info->output_bfd);
     }
 
@@ -1436,7 +1436,7 @@ elf32_dt_relr_bitmap_add
     {
       info->callbacks->fatal
        /* xgettext:c-format */
-       (_("%P: %pB: failed to allocate 32-bit DT_RELR bitmap\n"),
+       (_("%F%P: %pB: failed to allocate 32-bit DT_RELR bitmap\n"),
         info->output_bfd);
     }
 
@@ -1575,7 +1575,7 @@ elf_x86_size_or_finish_relative_reloc
                                                               &contents))
                            info->callbacks->fatal
                              /* xgettext:c-format */
-                             (_("%P: %pB: failed to allocate memory for section `%pA'\n"),
+                             (_("%F%P: %pB: failed to allocate memory for section `%pA'\n"),
                               info->output_bfd, sec);
 
                          /* Cache the section contents for
@@ -1762,7 +1762,7 @@ elf_x86_compute_dl_relr_bitmap
       else
        info->callbacks->fatal
          /* xgettext:c-format */
-         (_("%P: %pB: size of compact relative reloc section is "
+         (_("%F%P: %pB: size of compact relative reloc section is "
             "changed: new (%lu) != old (%lu)\n"),
           info->output_bfd, htab->dt_relr_bitmap.count,
           dt_relr_bitmap_count);
@@ -1784,7 +1784,7 @@ elf_x86_write_dl_relr_bitmap (struct bfd_link_info *info,
   if (contents == NULL)
     info->callbacks->fatal
       /* xgettext:c-format */
-      (_("%P: %pB: failed to allocate compact relative reloc section\n"),
+      (_("%F%P: %pB: failed to allocate compact relative reloc section\n"),
        info->output_bfd);
 
   /* Cache the section contents for elf_link_input_bfd.  */
@@ -2253,7 +2253,7 @@ _bfd_elf_x86_valid_reloc_p (asection *input_section,
                                     sym, NULL);
          info->callbacks->fatal
            /* xgettext:c-format */
-           (_("%P: %pB: relocation %s against absolute symbol "
+           (_("%F%P: %pB: relocation %s against absolute symbol "
               "`%s' in section `%pA' is disallowed\n"),
             input_section->owner, internal_reloc.howto->name, name,
             input_section);
@@ -3594,7 +3594,7 @@ _bfd_x86_elf_adjust_dynamic_symbol (struct bfd_link_info *info,
              {
                info->callbacks->fatal
                  /* xgettext:c-format */
-                 (_("%P: %pB: copy relocation against non-copyable "
+                 (_("%F%P: %pB: copy relocation against non-copyable "
                     "protected symbol `%s' in %pB\n"),
                   p->sec->owner, h->root.root.string,
                   h->root.u.def.section->owner);
@@ -4345,12 +4345,12 @@ _bfd_x86_elf_link_setup_gnu_properties
                                              | SEC_HAS_CONTENTS
                                              | SEC_DATA));
          if (sec == NULL)
-           info->callbacks->fatal (_("%P: failed to create GNU property section\n"));
+           info->callbacks->fatal (_("%F%P: failed to create GNU property section\n"));
 
          if (!bfd_set_section_alignment (sec, class_align))
            {
            error_alignment:
-             info->callbacks->fatal (_("%pA: failed to align section\n"),
+             info->callbacks->fatal (_("%F%pA: failed to align section\n"),
                                      sec);
            }
 
@@ -4664,7 +4664,7 @@ _bfd_x86_elf_link_setup_gnu_properties
       && !elf_vxworks_create_dynamic_sections (dynobj, info,
                                               &htab->srelplt2))
     {
-      info->callbacks->fatal (_("%P: failed to create VxWorks dynamic sections\n"));
+      info->callbacks->fatal (_("%F%P: failed to create VxWorks dynamic sections\n"));
       return pbfd;
     }
 
@@ -4673,7 +4673,7 @@ _bfd_x86_elf_link_setup_gnu_properties
      don't need to do it in check_relocs.  */
   if (htab->elf.sgot == NULL
       && !_bfd_elf_create_got_section (dynobj, info))
-    info->callbacks->fatal (_("%P: failed to create GOT sections\n"));
+    info->callbacks->fatal (_("%F%P: failed to create GOT sections\n"));
 
   got_align = (bed->target_id == X86_64_ELF_DATA) ? 3 : 2;
 
@@ -4691,7 +4691,7 @@ _bfd_x86_elf_link_setup_gnu_properties
   /* Create the ifunc sections here so that check_relocs can be
      simplified.  */
   if (!_bfd_elf_create_ifunc_sections (dynobj, info))
-    info->callbacks->fatal (_("%P: failed to create ifunc sections\n"));
+    info->callbacks->fatal (_("%F%P: failed to create ifunc sections\n"));
 
   plt_alignment = bfd_log2 (htab->plt.plt_entry_size);
 
@@ -4728,7 +4728,7 @@ _bfd_x86_elf_link_setup_gnu_properties
                                                    ".plt.got",
                                                    pltflags);
          if (sec == NULL)
-           info->callbacks->fatal (_("%P: failed to create GOT PLT section\n"));
+           info->callbacks->fatal (_("%F%P: failed to create GOT PLT section\n"));
 
          if (!bfd_set_section_alignment (sec, non_lazy_plt_alignment))
            goto error_alignment;
@@ -4747,7 +4747,7 @@ _bfd_x86_elf_link_setup_gnu_properties
                                                            ".plt.sec",
                                                            pltflags);
                  if (sec == NULL)
-                   info->callbacks->fatal (_("%P: failed to create IBT-enabled PLT section\n"));
+                   info->callbacks->fatal (_("%F%P: failed to create IBT-enabled PLT section\n"));
 
                  if (!bfd_set_section_alignment (sec, plt_alignment))
                    goto error_alignment;
@@ -4767,7 +4767,7 @@ _bfd_x86_elf_link_setup_gnu_properties
                                                    ".eh_frame",
                                                    flags);
          if (sec == NULL)
-           info->callbacks->fatal (_("%P: failed to create PLT .eh_frame section\n"));
+           info->callbacks->fatal (_("%F%P: failed to create PLT .eh_frame section\n"));
 
          if (!bfd_set_section_alignment (sec, class_align))
            goto error_alignment;
@@ -4780,7 +4780,7 @@ _bfd_x86_elf_link_setup_gnu_properties
                                                        ".eh_frame",
                                                        flags);
              if (sec == NULL)
-               info->callbacks->fatal (_("%P: failed to create GOT PLT .eh_frame section\n"));
+               info->callbacks->fatal (_("%F%P: failed to create GOT PLT .eh_frame section\n"));
 
              if (!bfd_set_section_alignment (sec, class_align))
                goto error_alignment;
@@ -4794,7 +4794,7 @@ _bfd_x86_elf_link_setup_gnu_properties
                                                        ".eh_frame",
                                                        flags);
              if (sec == NULL)
-               info->callbacks->fatal (_("%P: failed to create the second PLT .eh_frame section\n"));
+               info->callbacks->fatal (_("%F%P: failed to create the second PLT .eh_frame section\n"));
 
              if (!bfd_set_section_alignment (sec, class_align))
                goto error_alignment;
@@ -4814,7 +4814,7 @@ _bfd_x86_elf_link_setup_gnu_properties
                                                    ".sframe",
                                                    flags);
          if (sec == NULL)
-           info->callbacks->fatal (_("%P: failed to create PLT .sframe section\n"));
+           info->callbacks->fatal (_("%F%P: failed to create PLT .sframe section\n"));
 
          // FIXME check this
          // if (!bfd_set_section_alignment (sec, class_align))
@@ -4829,7 +4829,7 @@ _bfd_x86_elf_link_setup_gnu_properties
                                                        ".sframe",
                                                        flags);
              if (sec == NULL)
-               info->callbacks->fatal (_("%P: failed to create second PLT .sframe section\n"));
+               info->callbacks->fatal (_("%F%P: failed to create second PLT .sframe section\n"));
 
              htab->plt_second_sframe = sec;
            }
@@ -4841,7 +4841,7 @@ _bfd_x86_elf_link_setup_gnu_properties
                                                        ".sframe",
                                                        flags);
              if (sec == NULL)
-               info->callbacks->fatal (_("%P: failed to create PLT GOT .sframe section\n"));
+               info->callbacks->fatal (_("%F%P: failed to create PLT GOT .sframe section\n"));
 
              htab->plt_got_sframe = sec;
            }
index 09e6e96f296ba86a90c244efe55d50aadf7f0b04..453adb154d569c67948a5bf337a0d17aac37f199 100644 (file)
@@ -3008,7 +3008,7 @@ _bfd_generic_section_already_linked (bfd *abfd ATTRIBUTE_UNUSED,
 
   /* This is the first section with this name.  Record it.  */
   if (!bfd_section_already_linked_table_insert (already_linked_list, sec))
-    info->callbacks->fatal (_("%P: already_linked_table: %E\n"));
+    info->callbacks->fatal (_("%F%P: already_linked_table: %E\n"));
   return false;
 }
 
index d3ddafb7305794d5a1d595363bd6cbe4eeb0673a..75092da004c79638fcd3d219b898163aa465806f 100644 (file)
@@ -8367,7 +8367,7 @@ bfd_generic_relax_section (bfd *abfd ATTRIBUTE_UNUSED,
 {
   if (bfd_link_relocatable (link_info))
     link_info->callbacks->fatal
-      (_("%P: --relax and -r may not be used together\n"));
+      (_("%P%F: --relax and -r may not be used together\n"));
 
   *again = false;
   return true;
index 2a90a1d65777d7af3f930971975302d694b94dfe..5cc9cca91365a99ea4e27ca8c6aa8f1032df6c3b 100644 (file)
@@ -152,7 +152,7 @@ bfd_coff_reloc16_relax_section (bfd *abfd,
 
   if (bfd_link_relocatable (link_info))
     link_info->callbacks->fatal
-      (_("%P: --relax and -r may not be used together\n"));
+      (_("%P%F: --relax and -r may not be used together\n"));
 
   /* We only do global relaxation once.  It is not safe to do it multiple
      times (see discussion of the "shrinks" array below).  */
index 9800c606bfbfc9b859aa02dc8b2abbc9f26a1a75..02a2118797008d9cd95384d4a60aab795af0afcf 100644 (file)
@@ -4673,7 +4673,7 @@ xcoff_build_one_stub (struct bfd_hash_entry *gen_entry, void *in_arg)
   if (hstub->target_section != NULL
       && hstub->target_section->output_section == NULL
       && info->non_contiguous_regions)
-    info->callbacks->fatal (_("%P: Could not assign `%pA' to an output section. "
+    info->callbacks->fatal (_("%F%P: Could not assign `%pA' to an output section. "
                              "Retry without --enable-non-contiguous-regions.\n"),
                            hstub->target_section);
 
index 7dd6dfb130cf12fafb71959d066b8a6baf9e49f2..450d05ab869415225da4524f848dc48e084fa057 100644 (file)
@@ -20,7 +20,7 @@ PARSE_AND_LIST_ARGS_CASE_Z_CALL_NOP='
              char *end;
              params.call_nop_byte = strtoul (optarg + 16 , &end, 0);
              if (*end)
-               fatal (_("%P: invalid number for -z call-nop=prefix-: %s\n"),
+               fatal (_("%F%P: invalid number for -z call-nop=prefix-: %s\n"),
                       optarg + 16);
              params.call_nop_as_suffix = false;
            }
@@ -29,12 +29,12 @@ PARSE_AND_LIST_ARGS_CASE_Z_CALL_NOP='
              char *end;
              params.call_nop_byte = strtoul (optarg + 16, &end, 0);
              if (*end)
-               fatal (_("%P: invalid number for -z call-nop=suffix-: %s\n"),
+               fatal (_("%F%P: invalid number for -z call-nop=suffix-: %s\n"),
                       optarg + 16);
              params.call_nop_as_suffix = true;
            }
          else
-           fatal (_("%P: unsupported option: -z %s\n"), optarg);
+           fatal (_("%F%P: unsupported option: -z %s\n"), optarg);
        }
 '
 
index e463441d1769de1d40d3356c012f3a1cddd09d9c..824bcf0e69d8d03360832a7c403967784629a8e0 100644 (file)
@@ -29,7 +29,7 @@ PARSE_AND_LIST_ARGS_CASE_Z_CET='
                                 | prop_report_ibt
                                 | prop_report_shstk);
          else
-           fatal (_("%P: invalid option for -z cet-report=: %s\n"),
+           fatal (_("%F%P: invalid option for -z cet-report=: %s\n"),
                   optarg + 11);
        }
 '
index dc0f5d042e7d3cacaff26965dd1d6574d3cfc163..ae22c299901ba92933f69d2c7023d6942eaf5132 100644 (file)
@@ -42,6 +42,6 @@ PARSE_AND_LIST_ARGS_CASES='
     case OPTION_BASE_FILE:
       link_info.base_file = fopen (optarg, FOPEN_WB);
       if (link_info.base_file == NULL)
-       fatal (_("%P: cannot open base file %s\n"), optarg);
+       fatal (_("%F%P: cannot open base file %s\n"), optarg);
       break;
 '
index 6e629ebbac8799466616ae1e03d3444f5d5526f7..8675a01f6180b89632aec81ad5d1f12740393426 100644 (file)
@@ -25,7 +25,7 @@ PARSE_AND_LIST_ARGS_CASE_Z_LAM='
          else if (strcmp (optarg + 15, "error") == 0)
            params.lam_u48_report = prop_report_error;
          else
-           fatal (_("%P: invalid option for -z lam-u48-report=: %s\n"),
+           fatal (_("%F%P: invalid option for -z lam-u48-report=: %s\n"),
                   optarg + 15);
        }
       else if (strcmp (optarg, "lam-u57") == 0)
@@ -39,7 +39,7 @@ PARSE_AND_LIST_ARGS_CASE_Z_LAM='
          else if (strcmp (optarg + 15, "error") == 0)
            params.lam_u57_report = prop_report_error;
          else
-           fatal (_("%P: invalid option for -z lam-u57-report=: %s\n"),
+           fatal (_("%F%P: invalid option for -z lam-u57-report=: %s\n"),
                   optarg + 15);
        }
       else if (strncmp (optarg, "lam-report=", 11) == 0)
@@ -60,7 +60,7 @@ PARSE_AND_LIST_ARGS_CASE_Z_LAM='
              params.lam_u57_report = prop_report_error;
            }
          else
-           fatal (_("%P: invalid option for -z lam-report=: %s\n"),
+           fatal (_("%F%P: invalid option for -z lam-report=: %s\n"),
                   optarg + 11);
        }
 '
index 0463ad952695c555bf166cdc55d15eca8785435c..8b946eb7655026bc26f4708da0a3a68c835fa27c 100644 (file)
@@ -16,7 +16,7 @@ PARSE_AND_LIST_ARGS_CASE_Z_X86_64_LEVEL_REPORT='
          else if (strcmp (optarg + 17, "used") == 0)
            params.isa_level_report = isa_level_report_used;
          else
-           fatal (_("%P: invalid option for -z isa-level-report=: %s\n"),
+           fatal (_("%F%P: invalid option for -z isa-level-report=: %s\n"),
                   optarg + 17);
        }
 '
index 7e27cf1ea459952396b1972c5abfe547c290cf80..3002a1f777338905950a7280099032fbfef004f9 100644 (file)
@@ -10,7 +10,7 @@ PARSE_AND_LIST_ARGS_CASE_Z_X86_64_LEVEL='
          char *end;
          unsigned int level = strtoul (optarg + 8 , &end, 10);
          if (*end != '\0' || level < 2 || level > 4)
-           fatal (_("%P: invalid x86-64 ISA level: %s\n"), optarg);
+           fatal (_("%F%P: invalid x86-64 ISA level: %s\n"), optarg);
          params.isa_level = level;
        }
 '
index afa91afb608e0803176940a1fc76ff25c6f49687..25fb211f871790acade0f6399d8a17cdb9b5628e 100644 (file)
@@ -324,7 +324,7 @@ aarch64_elf_create_output_section_statements (void)
         These will only be created if the output format is an AArch64 format,
         hence we do not support linking and changing output formats at the
         same time.  Use a link followed by objcopy to change output formats.  */
-      fatal (_("%P: error: cannot change output format "
+      fatal (_("%F%P: error: cannot change output format "
               "whilst linking %s binaries\n"), "AArch64");
       return;
     }
@@ -346,7 +346,7 @@ aarch64_elf_create_output_section_statements (void)
                              bfd_get_arch (link_info.output_bfd),
                              bfd_get_mach (link_info.output_bfd)))
     {
-      fatal (_("%P: can not create BFD: %E\n"));
+      fatal (_("%F%P: can not create BFD: %E\n"));
       return;
     }
 
@@ -583,7 +583,7 @@ PARSE_AND_LIST_ARGS_CASES='
 
        group_size = bfd_scan_vma (optarg, &end, 0);
        if (*end)
-         fatal (_("%P: invalid number `%s'\''\n"), optarg);
+         fatal (_("%F%P: invalid number `%s'\''\n"), optarg);
       }
       break;
 '
index 7754c1607b38921f8fe60be275702d556d0c7553..b1ec67e93b0ecb5203e0a4c68efc605755549b6e 100644 (file)
@@ -307,7 +307,7 @@ read_file_list (const char *filename)
   f = fopen (filename, FOPEN_RT);
   if (f == NULL)
     {
-      fatal (_("%P: cannot open %s\n"), filename);
+      fatal (_("%F%P: cannot open %s\n"), filename);
       return;
     }
   if (fseek (f, 0L, SEEK_END) == -1)
@@ -355,7 +355,7 @@ read_file_list (const char *filename)
 
  error:
   fclose (f);
-  fatal (_("%P: cannot read %s\n"), optarg);
+  fatal (_("%F%P: cannot read %s\n"), optarg);
 }
 
 static bool
@@ -706,7 +706,7 @@ gld${EMULATION_NAME}_after_open (void)
       size = (p->count + 2) * 4;
       if (!bfd_xcoff_link_record_set (link_info.output_bfd, &link_info,
                                      p->h, size))
-       fatal (_("%P: bfd_xcoff_link_record_set failed: %E\n"));
+       fatal (_("%F%P: bfd_xcoff_link_record_set failed: %E\n"));
     }
 }
 
@@ -736,9 +736,9 @@ gld${EMULATION_NAME}_before_allocation (void)
 
       h = bfd_link_hash_lookup (link_info.hash, el->name, false, false, false);
       if (h == NULL)
-       fatal (_("%P: bfd_link_hash_lookup of export symbol failed: %E\n"));
+       fatal (_("%F%P: bfd_link_hash_lookup of export symbol failed: %E\n"));
       if (!bfd_xcoff_export_symbol (link_info.output_bfd, &link_info, h))
-       fatal (_("%P: bfd_xcoff_export_symbol failed: %E\n"));
+       fatal (_("%F%P: bfd_xcoff_export_symbol failed: %E\n"));
     }
 
   /* Track down all relocations called for by the linker script (these
@@ -821,7 +821,7 @@ gld${EMULATION_NAME}_before_allocation (void)
       (link_info.output_bfd, &link_info, libpath, entry_symbol.name,
        file_align, maxstack, maxdata, gc && !unix_ld,
        modtype, textro, flags, special_sections, rtld))
-    fatal (_("%P: failed to set dynamic section sizes: %E\n"));
+    fatal (_("%F%P: failed to set dynamic section sizes: %E\n"));
 
   /* Look through the special sections, and put them in the right
      place in the link ordering.  This is especially magic.  */
@@ -843,8 +843,8 @@ gld${EMULATION_NAME}_before_allocation (void)
       is = NULL;
       os = lang_output_section_get (sec->output_section);
       if (os == NULL)
-       fatal (_("%P: can't find output section %pA\n"),
-              sec->output_section);
+       fatal (_("%F%P: can't find output section %s\n"),
+              sec->output_section->name);
 
       for (pls = &os->children.head; *pls != NULL; pls = &(*pls)->header.next)
        {
@@ -880,7 +880,8 @@ gld${EMULATION_NAME}_before_allocation (void)
 
       if (is == NULL)
        {
-         fatal (_("%P: can't find %pA in output section\n"), sec);
+         fatal (_("%F%P: can't find %s in output section\n"),
+                bfd_section_name (sec));
        }
 
       /* Now figure out where the section should go.  */
@@ -1133,7 +1134,7 @@ gld${EMULATION_NAME}_after_allocation (void)
 
   /* Now that everything is in place, finalize the dynamic sections.  */
   if (!bfd_xcoff_build_dynamic_sections (link_info.output_bfd, &link_info))
-    fatal (_("%P: failed to layout dynamic sections: %E\n"));
+    fatal (_("%F%P: failed to layout dynamic sections: %E\n"));
 
   if (!bfd_link_relocatable (&link_info))
     {
@@ -1284,7 +1285,7 @@ gld${EMULATION_NAME}_read_file (const char *filename, bool import)
   if (f == NULL)
     {
       bfd_set_error (bfd_error_system_call);
-      fatal ("%P: %s: %E\n", filename);
+      fatal ("%F%P: %s: %E\n", filename);
       return;
     }
 
@@ -1346,7 +1347,7 @@ gld${EMULATION_NAME}_read_file (const char *filename, bool import)
              obstack_free (o, obstack_base (o));
            }
          else if (*s == '(')
-           fatal (_("%P:%s:%d: #! ([member]) is not supported "
+           fatal (_("%F%P:%s:%d: #! ([member]) is not supported "
                     "in import files\n"),
                   filename, linenumber);
          else
@@ -1363,7 +1364,7 @@ gld${EMULATION_NAME}_read_file (const char *filename, bool import)
              *s = '\0';
              if (!bfd_xcoff_split_import_path (link_info.output_bfd,
                                                start, &imppath, &impfile))
-               fatal (_("%P: could not parse import path: %E\n"));
+               fatal (_("%F%P: could not parse import path: %E\n"));
              while (ISSPACE (cs))
                {
                  ++s;
@@ -1518,10 +1519,10 @@ gld${EMULATION_NAME}_find_relocs (lang_statement_union_type *s)
 
       rs = &s->reloc_statement;
       if (rs->name == NULL)
-       fatal (_("%P: only relocations against symbols are permitted\n"));
+       fatal (_("%F%P: only relocations against symbols are permitted\n"));
       if (!bfd_xcoff_link_count_reloc (link_info.output_bfd, &link_info,
                                       rs->name))
-       fatal (_("%P: bfd_xcoff_link_count_reloc failed: %E\n"));
+       fatal (_("%F%P: bfd_xcoff_link_count_reloc failed: %E\n"));
     }
 
   if (s->header.type == lang_assignment_statement_enum)
@@ -1550,7 +1551,7 @@ gld${EMULATION_NAME}_find_exp_assignment (etree_type *exp)
          if (!bfd_xcoff_record_link_assignment (link_info.output_bfd,
                                                 &link_info,
                                                 exp->assign.dst))
-           fatal (_("%P: failed to record assignment to %s: %E\n"),
+           fatal (_("%F%P: failed to record assignment to %s: %E\n"),
                   exp->assign.dst);
        }
       gld${EMULATION_NAME}_find_exp_assignment (exp->assign.src);
@@ -1645,7 +1646,7 @@ gld${EMULATION_NAME}_create_output_section_statements (void)
                             bfd_get_arch (link_info.output_bfd),
                             bfd_get_mach (link_info.output_bfd)))
     {
-      fatal (_("%P: can not create stub BFD: %E\n"));
+      fatal (_("%F%P: can not create stub BFD: %E\n"));
       return;
     }
 
@@ -1655,7 +1656,7 @@ gld${EMULATION_NAME}_create_output_section_statements (void)
 
   /* Pass linker params to the back-end. */
   if (!bfd_xcoff_link_init (&link_info, &params))
-    fatal (_("%P: can not init BFD: %E\n"));
+    fatal (_("%F%P: can not init BFD: %E\n"));
 
   /* __rtinit */
   if (link_info.init_function != NULL
@@ -1672,7 +1673,7 @@ gld${EMULATION_NAME}_create_output_section_statements (void)
                                  bfd_get_arch (link_info.output_bfd),
                                  bfd_get_mach (link_info.output_bfd)))
        {
-         fatal (_("%P: can not create BFD: %E\n"));
+         fatal (_("%F%P: can not create BFD: %E\n"));
          return;
        }
 
@@ -1682,7 +1683,7 @@ gld${EMULATION_NAME}_create_output_section_statements (void)
                                            link_info.fini_function,
                                            rtld))
        {
-         fatal (_("%P: can not create BFD: %E\n"));
+         fatal (_("%F%P: can not create BFD: %E\n"));
          return;
        }
 
index 6f652c59a3c9e3750cd2571e99a30929bf12f996..46306c8256485b6dd26d17ddbf77b3b1765615cd 100644 (file)
@@ -521,7 +521,7 @@ arm_elf_create_output_section_statements (void)
         These will only be created if the output format is an arm format,
         hence we do not support linking and changing output formats at the
         same time.  Use a link followed by objcopy to change output formats.  */
-      fatal (_("%P: error: cannot change output format "
+      fatal (_("%F%P: error: cannot change output format "
               "whilst linking %s binaries\n"), "ARM");
       return;
     }
@@ -532,10 +532,10 @@ arm_elf_create_output_section_statements (void)
                                        bfd_get_target (link_info.output_bfd));
 
       if (params.in_implib_bfd == NULL)
-       fatal (_("%P: %s: can't open: %E\n"), in_implib_filename);
+       fatal (_("%F%P: %s: can't open: %E\n"), in_implib_filename);
 
       if (!bfd_check_format (params.in_implib_bfd, bfd_object))
-       fatal (_("%P: %s: not a relocatable file: %E\n"), in_implib_filename);
+       fatal (_("%F%P: %s: not a relocatable file: %E\n"), in_implib_filename);
     }
 
   bfd_elf32_arm_set_target_params (link_info.output_bfd, &link_info, &params);
@@ -549,7 +549,7 @@ arm_elf_create_output_section_statements (void)
                              bfd_get_arch (link_info.output_bfd),
                              bfd_get_mach (link_info.output_bfd)))
     {
-      fatal (_("%P: can not create BFD: %E\n"));
+      fatal (_("%F%P: can not create BFD: %E\n"));
       return;
     }
 
@@ -709,7 +709,7 @@ PARSE_AND_LIST_ARGS_CASES='
 
        group_size = bfd_scan_vma (optarg, &end, 0);
        if (*end)
-         fatal (_("%P: invalid number `%s'\''\n"), optarg);
+         fatal (_("%F%P: invalid number `%s'\''\n"), optarg);
       }
       break;
 
index ad2de99feee29350a549bbf6a13b8c0f68ab1200..e1622674755481c696efb10fab92712063803b0b 100644 (file)
@@ -116,7 +116,7 @@ avr_elf_create_output_section_statements (void)
 
   if (bfd_get_flavour (link_info.output_bfd) != bfd_target_elf_flavour)
     {
-      fatal (_("%P: error: cannot change output format "
+      fatal (_("%F%P: error: cannot change output format "
               "whilst linking %s binaries\n"), "AVR");
       return;
     }
index 4082449f461c095e964bd0a9547c7ff2a08d2c83..25342a8d6701e753802c498ca5f5ac15c675a9ab 100644 (file)
@@ -210,7 +210,7 @@ set_pe_subsystem (void)
          return;
        }
     }
-  fatal (_("%P: invalid subsystem type %s\n"), optarg);
+  fatal (_("%F%P: invalid subsystem type %s\n"), optarg);
 }
 
 
@@ -220,7 +220,7 @@ set_pe_value (char *name)
   char *end;
   set_pe_name (name,  strtoul (optarg, &end, 0));
   if (end == optarg)
-    fatal (_("%P: invalid hex number for PE parameter '%s'\n"), optarg);
+    fatal (_("%F%P: invalid hex number for PE parameter '%s'\n"), optarg);
 
   optarg = end;
 }
@@ -235,7 +235,7 @@ set_pe_stack_heap (char *resname, char *comname)
       set_pe_value (comname);
     }
   else if (*optarg)
-    fatal (_("%P: strange hex info for PE parameter '%s'\n"), optarg);
+    fatal (_("%F%P: strange hex info for PE parameter '%s'\n"), optarg);
 }
 
 
@@ -250,7 +250,7 @@ gld${EMULATION_NAME}_handle_option (int optc)
     case OPTION_BASE_FILE:
       link_info.base_file = fopen (optarg, FOPEN_WB);
       if (link_info.base_file == NULL)
-       fatal (_("%P: cannot open base file %s\n"), optarg);
+       fatal (_("%F%P: cannot open base file %s\n"), optarg);
       break;
 
       /* PE options */
@@ -359,7 +359,7 @@ gld${EMULATION_NAME}_after_open (void)
      FIXME: This should be done via a function, rather than by
      including an internal BFD header.  */
   if (!obj_pe (link_info.output_bfd))
-    fatal (_("%P: PE operations on non PE file\n"));
+    fatal (_("%F%P: PE operations on non PE file\n"));
 
   pe_data(link_info.output_bfd)->pe_opthdr = pe;
   pe_data(link_info.output_bfd)->dll = init[DLLOFF].value;
@@ -408,12 +408,12 @@ sort_by_file_name (const void *a, const void *b)
 
       if (!bfd_get_section_contents (sa->owner, sa, &a_sec, (file_ptr) 0,
                                     (bfd_size_type) sizeof (a_sec)))
-       fatal (_("%P: %pB: can't read contents of section .idata: %E\n"),
+       fatal (_("%F%P: %pB: can't read contents of section .idata: %E\n"),
               sa->owner);
 
       if (!bfd_get_section_contents (sb->owner, sb, &b_sec, (file_ptr) 0,
                                     (bfd_size_type) sizeof (b_sec)))
-       fatal (_("%P: %pB: can't read contents of section .idata: %E\n"),
+       fatal (_("%F%P: %pB: can't read contents of section .idata: %E\n"),
               sb->owner);
 
       i = a_sec < b_sec ? -1 : 0;
@@ -645,7 +645,7 @@ gld${EMULATION_NAME}_place_orphan (asection *s,
   /* Everything from the '\$' on gets deleted so don't allow '\$' as the
      first character.  */
   if (*secname == '\$')
-    fatal (_("%P: section %s has '\$' as first character\n"), secname);
+    fatal (_("%F%P: section %s has '\$' as first character\n"), secname);
   if (strchr (secname + 1, '\$') == NULL)
     return NULL;
 
@@ -675,7 +675,7 @@ gld${EMULATION_NAME}_place_orphan (asection *s,
       }
   ps[0] = 0;
   if (l == NULL)
-    fatal (_("%P: *(%s\$) missing from linker script\n"), output_secname);
+    fatal (_("%F%P: *(%s\$) missing from linker script\n"), output_secname);
 
   /* Link the input section in and we're done for now.
      The sections still have to be sorted, but that has to wait until
index 69ad393f12410218d933416b55eecf42b6ae5b3f..2d677e899817e873c4389f219d2375b4fdb2e3ba 100644 (file)
@@ -58,7 +58,7 @@ cr16_elf_after_open (void)
             COFF and ELF.  */
          if (bfd_get_flavour (abfd) != bfd_target_coff_flavour
              && bfd_get_flavour (abfd) != bfd_target_elf_flavour)
-           fatal (_("%P: %pB: all input objects must be COFF or ELF "
+           fatal (_("%F%P: %pB: all input objects must be COFF or ELF "
                     "for --embedded-relocs\n"));
 
          datasec = bfd_get_section_by_name (abfd, ".data.rel");
@@ -82,7 +82,7 @@ cr16_elf_after_open (void)
                                                      | SEC_IN_MEMORY))
                  || !bfd_set_section_alignment (relsec, 2)
                  || !bfd_set_section_size (relsec, datasec->reloc_count * 8))
-               fatal (_("%P: %pB: can not create .emreloc section: %E\n"));
+               fatal (_("%F%P: %pB: can not create .emreloc section: %E\n"));
            }
 
          /* Double check that all other data sections are empty, as is
index 525e99b68fef4e93848028177928365a3ee8875e..6baee999e539b856dd1148d894ede915facb7d04 100644 (file)
@@ -151,7 +151,7 @@ csky_elf_create_output_section_statements (void)
          bfd_get_arch (link_info.output_bfd),
          bfd_get_mach (link_info.output_bfd)))
     {
-      fatal (_("%P: can not create BFD: %E\n"));
+      fatal (_("%F%P: can not create BFD: %E\n"));
       return;
     }
 
@@ -318,7 +318,7 @@ PARSE_AND_LIST_ARGS_CASES='
 
       group_size = bfd_scan_vma (optarg, &end, 0);
       if (*end)
-       fatal (_("%P: invalid number `%s'\''\n"), optarg);
+       fatal (_("%F%P: invalid number `%s'\''\n"), optarg);
     }
     break;
 '
index a6383cc111ffeb8b942aea3e2b8cf7fd463d3315..05dc1aa681eddf2c84ce279e3d8ef198d4b00f51 100644 (file)
@@ -886,12 +886,12 @@ gld${EMULATION_NAME}_handle_option (int optc)
        {
 #ifndef HAVE_ZSTD
          if (config.compress_debug == COMPRESS_DEBUG_ZSTD)
-           fatal (_("%P: --compress-debug-sections=zstd: ld is not built "
+           fatal (_("%F%P: --compress-debug-sections=zstd: ld is not built "
                     "with zstd support\n"));
 #endif
        }
       if (config.compress_debug == COMPRESS_UNKNOWN)
-       fatal (_("%P: invalid --compress-debug-sections option: \`%s'\n"),
+       fatal (_("%F%P: invalid --compress-debug-sections option: \`%s'\n"),
               optarg);
       break;
 
@@ -953,7 +953,7 @@ fragment <<EOF
          link_info.emit_gnu_hash = true;
        }
       else
-       fatal (_("%P: invalid hash style \`%s'\n"), optarg);
+       fatal (_("%F%P: invalid hash style \`%s'\n"), optarg);
       break;
 
 EOF
@@ -973,7 +973,7 @@ fragment <<EOF
          link_info.maxpagesize = strtoul (optarg + 14, &end, 0);
          if (*end
              || (link_info.maxpagesize & (link_info.maxpagesize - 1)) != 0)
-           fatal (_("%P: invalid maximum page size \`%s'\n"),
+           fatal (_("%F%P: invalid maximum page size \`%s'\n"),
                   optarg + 14);
          link_info.maxpagesize_is_set = true;
        }
@@ -983,7 +983,7 @@ fragment <<EOF
          link_info.commonpagesize = strtoul (optarg + 17, &end, 0);
          if (*end
              || (link_info.commonpagesize & (link_info.commonpagesize - 1)) != 0)
-           fatal (_("%P: invalid common page size \`%s'\n"),
+           fatal (_("%F%P: invalid common page size \`%s'\n"),
                   optarg + 17);
          link_info.commonpagesize_is_set = true;
        }
@@ -992,7 +992,7 @@ fragment <<EOF
          char *end;
          link_info.stacksize = strtoul (optarg + 11, &end, 0);
          if (*end || link_info.stacksize < 0)
-           fatal (_("%P: invalid stack size \`%s'\n"), optarg + 11);
+           fatal (_("%F%P: invalid stack size \`%s'\n"), optarg + 11);
          if (!link_info.stacksize)
            /* Use -1 for explicit no-stack, because zero means
               'default'.   */
@@ -1031,7 +1031,7 @@ fragment <<EOF
          else if (strcmp (optarg, "start-stop-visibility=protected") == 0)
            link_info.start_stop_visibility = STV_PROTECTED;
          else
-           fatal (_("%P: invalid visibility in \`-z %s'; "
+           fatal (_("%F%P: invalid visibility in \`-z %s'; "
                     "must be default, internal, hidden, or protected"),
                   optarg);
        }
index 8dfa257b304136903e3f5b68006658813963ac39..320108cdc11e3ccac080c280bd4333e659e553d9 100644 (file)
@@ -82,7 +82,7 @@ hppaelf_create_output_section_statements (void)
                              bfd_get_arch (link_info.output_bfd),
                              bfd_get_mach (link_info.output_bfd)))
     {
-      fatal (_("%P: can not create BFD: %E\n"));
+      fatal (_("%F%P: can not create BFD: %E\n"));
       return;
     }
 
@@ -346,7 +346,7 @@ PARSE_AND_LIST_ARGS_CASES='
        const char *end;
        group_size = bfd_scan_vma (optarg, &end, 0);
        if (*end)
-         fatal (_("%P: invalid number `%s'\''\n"), optarg);
+         fatal (_("%F%P: invalid number `%s'\''\n"), optarg);
       }
       break;
 '
index 186f14830374b99824711ed6f7126a6f8b85b47f..c844eb387020b511bb83e23fb60f9b1c23db5f6a 100644 (file)
@@ -36,7 +36,7 @@ EOF
 if test x"${EMULATION_NAME}" != x"elf64kvx_linux"; then
 fragment <<EOF
   if (bfd_link_pie (&link_info))
-    fatal (_(":%P: -pie not supported\n"));
+    fatal (_("%F:%P: -pie not supported\n"));
 EOF
 fi
 fragment <<EOF
@@ -299,7 +299,7 @@ kvx_elf_create_output_section_statements (void)
   ldlang_add_file (stub_file);
 
   if (!kvx_elf${ELFSIZE}_init_stub_bfd (&link_info, stub_file->the_bfd))
-    einfo ("%P: can not init BFD: %E\n");
+    fatal ("%F%P: can not init BFD: %E\n");
 }
 
 
index 928fd83ab15e4959157ec124056624185b657961..04d282c8ad8fdad397c01db97f760df61c2b6294 100644 (file)
@@ -87,7 +87,7 @@ gld${EMULATION_NAME}_after_allocation (void)
       if (!_bfd_elf_map_sections_to_segments (link_info.output_bfd,
                                              &link_info,
                                              NULL))
-       fatal (_("%P: map sections to segments failed: %E\n"));
+        fatal (_("%F%P: map sections to segments failed: %E\n"));
     }
 
   /* Adjust program header size and .eh_frame_hdr size before
index 155b95349abf3b9047261a6920d58caf5c9e5199..50d1fef2240ee7e8ab4129197210c5ef923e3ffb 100644 (file)
@@ -159,7 +159,7 @@ m68hc11elf_create_output_section_statements (void)
                             bfd_get_arch (link_info.output_bfd),
                             bfd_get_mach (link_info.output_bfd)))
     {
-      fatal (_("%P: can not create BFD: %E\n"));
+      fatal (_("%F%P: can not create BFD: %E\n"));
       return;
     }
 
index 91fb3f8502a42539732c0a30b358699594e8505e..76441cde4e9f58f465e7eab4b71a32bd3e6dd3c9 100644 (file)
@@ -82,7 +82,7 @@ m68k_elf_after_open (void)
          asection *datasec;
 
          if (bfd_get_flavour (abfd) != bfd_target_elf_flavour)
-           fatal (_("%P: %pB: all input objects must be ELF "
+           fatal (_("%F%P: %pB: all input objects must be ELF "
                     "for --embedded-relocs\n"));
 
          datasec = bfd_get_section_by_name (abfd, ".data");
@@ -106,7 +106,7 @@ m68k_elf_after_open (void)
              if (relsec == NULL
                  || !bfd_set_section_alignment (relsec, 2)
                  || !bfd_set_section_size (relsec, datasec->reloc_count * 12))
-               fatal (_("%P: %pB: can not create .emreloc section: %E\n"));
+               fatal (_("%F%P: %pB: can not create .emreloc section: %E\n"));
            }
 
          /* Double check that all other data sections are empty, as is
index b6e59273dda948bbcf1603e72940eb7139a8fd28..79c3372116f92c0da7c303a6b666222ed8b43bdd 100644 (file)
@@ -59,7 +59,7 @@ metagelf_create_output_section_statements (void)
                              bfd_get_arch (link_info.output_bfd),
                              bfd_get_mach (link_info.output_bfd)))
     {
-      fatal (_("%P: can not create BFD: %E\n"));
+      fatal (_("%F%P: can not create BFD: %E\n"));
       return;
     }
 
@@ -305,7 +305,7 @@ PARSE_AND_LIST_ARGS_CASES='
        const char *end;
        group_size = bfd_scan_vma (optarg, &end, 0);
        if (*end)
-         fatal (_("%P: invalid number `%s'\''\n"), optarg);
+         fatal (_("%F%P: invalid number `%s'\''\n"), optarg);
       }
       break;
 '
index 9aa15bda6e9ce3dbc6ee613aaa7a55a0ea4db9b6..16aaa0ca1b29f0e8036b3146526d5cc7b2a543d1 100644 (file)
@@ -152,7 +152,7 @@ mips_add_stub_section (const char *stub_sec_name, asection *input_section,
                                 bfd_get_arch (link_info.output_bfd),
                                 bfd_get_mach (link_info.output_bfd)))
        {
-         fatal (_("%P: can not create BFD: %E\n"));
+         fatal (_("%F%P: can not create BFD: %E\n"));
          return NULL;
        }
       stub_bfd->flags |= BFD_LINKER_CREATED;
index 72589416ef03066acc3744c53ecfd604e2bb9feb..991f8a95a46fd2f94996923e41fcff23aac8b8cc 100644 (file)
@@ -113,7 +113,7 @@ mmix_after_allocation (void)
     bfd_set_section_vma (sec, 0);
 
   if (!_bfd_mmix_after_linker_allocation (link_info.output_bfd, &link_info))
-    fatal (_("%P: can't finalize linker-allocated global registers\n"));
+    fatal (_("%F%P: can't finalize linker-allocated global registers\n"));
 }
 EOF
 
index e8c72d934f8c5f68744d4b5f65531264a7a2cae2..fac249bd23fa17165c23e74f7da9f6d6914c5133 100644 (file)
@@ -44,7 +44,7 @@ nds32_elf_create_output_section_statements (void)
   if (strstr (bfd_get_target (link_info.output_bfd), "nds32") == NULL)
     {
       /* Check the output target is nds32.  */
-      fatal (_("%P: error: cannot change output format whilst "
+      fatal (_("%F%P: error: cannot change output format whilst "
               "linking %s binaries\n"), "NDS32");
       return;
     }
@@ -96,7 +96,7 @@ nds32_elf_after_open (void)
               && abi_ver != (elf_elfheader (abfd)->e_flags & EF_NDS_ABI))
        {
          /* Incompatible objects.  */
-         fatal (_("%P: %pB: ABI version of object files mismatched\n"),
+         fatal (_("%F%P: %pB: ABI version of object files mismatched\n"),
                 abfd);
        }
     }
@@ -183,7 +183,7 @@ PARSE_AND_LIST_ARGS_CASES='
       {
        sym_ld_script = fopen (optarg, FOPEN_WT);
        if(sym_ld_script == NULL)
-         fatal (_("%P: cannot open map file %s: %E\n"), optarg);
+         fatal (_("%F%P: cannot open map file %s: %E\n"), optarg);
       }
     break;
   case OPTION_HYPER_RELAX:
index ee00c79c3cd0e3685b4c6c7fe64d07ac0a52c8de..68457fc8fc589e56feb46f0a41bf58e92958ecc1 100644 (file)
@@ -51,7 +51,7 @@ nto_create_QNX_note_section(int type)
      is called before this function, stub_file should already be defined.  */
   if (!stub_file)
     {
-      fatal (_("%P: cannot create .note section in stub BFD.\n"));
+      fatal (_("%F%P: cannot create .note section in stub BFD.\n"));
       return NULL;
     }
 
@@ -60,7 +60,7 @@ nto_create_QNX_note_section(int type)
   note_sec = bfd_make_section_anyway_with_flags (stub_file->the_bfd, ".note", flags);
   if (! note_sec)
     {
-      fatal (_("%P: failed to create .note section\n"));
+      fatal (_("%F%P: failed to create .note section\n"));
       return NULL;
     }
 
@@ -101,7 +101,7 @@ nto_lookup_QNX_note_section(int type)
       sec->contents = xmalloc(sec->size);
       if (!bfd_get_section_contents (sec->owner, sec, sec->contents, (file_ptr) 0,
                                     sec->size))
-       fatal (_("%P: %pB: can't read contents of section .note: %E\n"),
+       fatal (_("%F%P: %pB: can't read contents of section .note: %E\n"),
               sec->owner);
 
       e_note = (Elf_External_Note *) sec->contents;
@@ -144,7 +144,7 @@ nto_add_note_section (void) {
 
   if (nto_lazy_stack && !link_info.stacksize)
     {
-      fatal (_("%P: error: --lazy-stack must follow -zstack-size=<size>\n"));
+      fatal (_("%F%P: error: --lazy-stack must follow -zstack-size=<size>\n"));
       return;
     }
 
@@ -208,7 +208,7 @@ PARSE_AND_LIST_ARGS_CASES=${PARSE_AND_LIST_ARGS_CASES}'
        char *end;
        link_info.stacksize = strtoul (optarg, &end, 0);
        if (*end || link_info.stacksize < 0)
-         fatal (_("%P: invalid stack size `%s'\''\n"), optarg + 11);
+         fatal (_("%F%P: invalid stack size `%s'\''\n"), optarg + 11);
        if (!link_info.stacksize)
          /* Use -1 for explicit no-stack, because zero means
             'default'.   */
index 9a2b576a6ac7084fa62032b07e403c98c99214da..887122a861d71f2c5c541aa88423c3f04f6803ba 100644 (file)
@@ -648,7 +648,7 @@ set_pe_subsystem (void)
 
       if (v[i].name == NULL)
        {
-         fatal (_("%P: invalid subsystem type %s\n"), optarg);
+         fatal (_("%F%P: invalid subsystem type %s\n"), optarg);
          return;
        }
 
@@ -669,7 +669,7 @@ set_pe_value (char *name)
   set_pe_name (name,  strtoul (optarg, &end, 0));
 
   if (end == optarg)
-    fatal (_("%P: invalid hex number for PE parameter '%s'\n"), optarg);
+    fatal (_("%F%P: invalid hex number for PE parameter '%s'\n"), optarg);
 
   optarg = end;
 }
@@ -686,7 +686,7 @@ set_pe_stack_heap (char *resname, char *comname)
       set_pe_value (comname);
     }
   else if (*optarg)
-    fatal (_("%P: strange hex info for PE parameter '%s'\n"), optarg);
+    fatal (_("%F%P: strange hex info for PE parameter '%s'\n"), optarg);
 }
 
 #define DEFAULT_BUILD_ID_STYLE "md5"
@@ -702,7 +702,7 @@ gld${EMULATION_NAME}_handle_option (int optc)
     case OPTION_BASE_FILE:
       link_info.base_file = fopen (optarg, FOPEN_WB);
       if (link_info.base_file == NULL)
-       fatal (_("%P: cannot open base file %s\n"), optarg);
+       fatal (_("%F%P: cannot open base file %s\n"), optarg);
       break;
 
       /* PE options.  */
@@ -1231,7 +1231,7 @@ make_runtime_ref (void)
     = bfd_wrapped_link_hash_lookup (link_info.output_bfd, &link_info,
                                    rr, true, false, true);
   if (!h)
-    fatal (_("%P: bfd_link_hash_lookup failed: %E\n"));
+    fatal (_("%F%P: bfd_link_hash_lookup failed: %E\n"));
   else
     {
       if (h->type == bfd_link_hash_new)
@@ -1529,7 +1529,7 @@ gld${EMULATION_NAME}_after_open (void)
   if (bfd_get_flavour (link_info.output_bfd) != bfd_target_coff_flavour
       || coff_data (link_info.output_bfd) == NULL
       || !obj_pe (link_info.output_bfd))
-    fatal (_("%P: cannot perform PE operations on non PE output file '%pB'\n"),
+    fatal (_("%F%P: cannot perform PE operations on non PE output file '%pB'\n"),
           link_info.output_bfd);
 
   pe_data (link_info.output_bfd)->pe_opthdr = pe;
@@ -1602,7 +1602,7 @@ gld${EMULATION_NAME}_after_open (void)
         These will only be created if the output format is an arm format,
         hence we do not support linking and changing output formats at the
         same time.  Use a link followed by objcopy to change output formats.  */
-      fatal (_("%P: error: cannot change output format "
+      fatal (_("%F%P: error: cannot change output format "
               "whilst linking %s binaries\n"), "ARM");
       return;
     }
@@ -1662,7 +1662,7 @@ gld${EMULATION_NAME}_after_open (void)
 
                    if (!bfd_generic_link_read_symbols (is->the_bfd))
                      {
-                       fatal (_("%P: %pB: could not read symbols: %E\n"),
+                       fatal (_("%F%P: %pB: could not read symbols: %E\n"),
                               is->the_bfd);
                        return;
                      }
@@ -1849,7 +1849,7 @@ gld${EMULATION_NAME}_after_open (void)
 
                if (!bfd_generic_link_read_symbols (is->the_bfd))
                  {
-                   fatal (_("%P: %pB: could not read symbols: %E\n"),
+                   fatal (_("%F%P: %pB: could not read symbols: %E\n"),
                           is->the_bfd);
                    return;
                  }
@@ -1960,7 +1960,7 @@ gld${EMULATION_NAME}_unrecognized_file (lang_input_statement_type *entry ATTRIBU
 
              h = bfd_link_hash_lookup (link_info.hash, buf, true, true, true);
              if (h == (struct bfd_link_hash_entry *) NULL)
-               fatal (_("%P: bfd_link_hash_lookup failed: %E\n"));
+               fatal (_("%F%P: bfd_link_hash_lookup failed: %E\n"));
              if (h->type == bfd_link_hash_new)
                {
                  h->type = bfd_link_hash_undefined;
index 440c0bf5fc4ce1c5a020804fac7bcf704e8167ca..c53f3c1f90bee86052cbd4a27023f743ae09ab47 100644 (file)
@@ -625,7 +625,7 @@ set_pep_subsystem (void)
 
       if (v[i].name == NULL)
        {
-         fatal (_("%P: invalid subsystem type %s\n"), optarg);
+         fatal (_("%F%P: invalid subsystem type %s\n"), optarg);
          return;
        }
 
@@ -646,7 +646,7 @@ set_pep_value (char *name)
   set_pep_name (name,  (bfd_vma) strtoull (optarg, &end, 0));
 
   if (end == optarg)
-    fatal (_("%P: invalid hex number for PE parameter '%s'\n"), optarg);
+    fatal (_("%F%P: invalid hex number for PE parameter '%s'\n"), optarg);
 
   optarg = end;
 }
@@ -663,7 +663,7 @@ set_pep_stack_heap (char *resname, char *comname)
       set_pep_value (comname);
     }
   else if (*optarg)
-    fatal (_("%P: strange hex info for PE parameter '%s'\n"), optarg);
+    fatal (_("%F%P: strange hex info for PE parameter '%s'\n"), optarg);
 }
 
 #define DEFAULT_BUILD_ID_STYLE "md5"
@@ -680,7 +680,7 @@ gld${EMULATION_NAME}_handle_option (int optc)
     case OPTION_BASE_FILE:
       link_info.base_file = fopen (optarg, FOPEN_WB);
       if (link_info.base_file == NULL)
-       fatal (_("%P: cannot open base file %s\n"), optarg);
+       fatal (_("%F%P: cannot open base file %s\n"), optarg);
       break;
 
       /* PE options.  */
@@ -1233,7 +1233,7 @@ make_runtime_ref (void)
     = bfd_wrapped_link_hash_lookup (link_info.output_bfd, &link_info,
                                    rr, true, false, true);
   if (!h)
-    fatal (_("%P: bfd_link_hash_lookup failed: %E\n"));
+    fatal (_("%F%P: bfd_link_hash_lookup failed: %E\n"));
   else
     {
       if (h->type == bfd_link_hash_new)
@@ -1533,7 +1533,7 @@ gld${EMULATION_NAME}_after_open (void)
   if (bfd_get_flavour (link_info.output_bfd) != bfd_target_coff_flavour
       || coff_data (link_info.output_bfd) == NULL
       || !obj_pe (link_info.output_bfd))
-    fatal (_("%P: cannot perform PE operations on non PE output file '%pB'\n"),
+    fatal (_("%F%P: cannot perform PE operations on non PE output file '%pB'\n"),
           link_info.output_bfd);
 
   pe_data (link_info.output_bfd)->pe_opthdr = pep;
@@ -1645,7 +1645,7 @@ gld${EMULATION_NAME}_after_open (void)
 
                    if (!bfd_generic_link_read_symbols (is->the_bfd))
                      {
-                       fatal (_("%P: %pB: could not read symbols: %E\n"),
+                       fatal (_("%F%P: %pB: could not read symbols: %E\n"),
                               is->the_bfd);
                        return;
                      }
@@ -1849,7 +1849,7 @@ gld${EMULATION_NAME}_unrecognized_file (lang_input_statement_type *entry ATTRIBU
 
              h = bfd_link_hash_lookup (link_info.hash, buf, true, true, true);
              if (h == (struct bfd_link_hash_entry *) NULL)
-               fatal (_("%P: bfd_link_hash_lookup failed: %E\n"));
+               fatal (_("%F%P: bfd_link_hash_lookup failed: %E\n"));
              if (h->type == bfd_link_hash_new)
                {
                  h->type = bfd_link_hash_undefined;
index ae11bc9a072972ac878978dbc1f13feb2cd21196..9d4aebd34c0cb58a98f2b8c9e745df2407a41f7f 100644 (file)
@@ -366,7 +366,7 @@ PARSE_AND_LIST_ARGS_CASES=${PARSE_AND_LIST_ARGS_CASES}'
          char *end;
          unsigned long val = strtoul (optarg, &end, 0);
          if (*end || val > 5)
-           fatal (_("%P: invalid --plt-align `%s'\''\n"), optarg);
+           fatal (_("%F%P: invalid --plt-align `%s'\''\n"), optarg);
          params.plt_stub_align = val;
        }
       else
@@ -399,7 +399,7 @@ PARSE_AND_LIST_ARGS_CASES=${PARSE_AND_LIST_ARGS_CASES}'
          if (*end
              || (params.pagesize < 4096 && params.pagesize != 0)
              || params.pagesize != (params.pagesize & -params.pagesize))
-           fatal (_("%P: invalid pagesize `%s'\''\n"), optarg);
+           fatal (_("%F%P: invalid pagesize `%s'\''\n"), optarg);
        }
       break;
 
index f7a8f1eb259d83bd7739a528833ed6c5eb23f5c6..1b2f05c3b61b7ec09cfb621fea4cabe996ca7cc0 100644 (file)
@@ -91,7 +91,7 @@ ppc_create_output_section_statements (void)
                             bfd_get_arch (link_info.output_bfd),
                             bfd_get_mach (link_info.output_bfd)))
     {
-      fatal (_("%P: can not create BFD: %E\n"));
+      fatal (_("%F%P: can not create BFD: %E\n"));
       return;
     }
 
@@ -101,7 +101,7 @@ ppc_create_output_section_statements (void)
   if (params.save_restore_funcs < 0)
     params.save_restore_funcs = !bfd_link_relocatable (&link_info);
   if (!ppc64_elf_init_stub_bfd (&link_info, &params))
-    fatal (_("%P: can not init BFD: %E\n"));
+    fatal (_("%F%P: can not init BFD: %E\n"));
 }
 
 /* Called after opening files but before mapping sections.  */
@@ -825,7 +825,7 @@ PARSE_AND_LIST_ARGS_CASES=${PARSE_AND_LIST_ARGS_CASES}'
        const char *end;
        params.group_size = bfd_scan_vma (optarg, &end, 0);
        if (*end)
-         fatal (_("%P: invalid number `%s'\''\n"), optarg);
+         fatal (_("%F%P: invalid number `%s'\''\n"), optarg);
       }
       break;
 
@@ -851,7 +851,7 @@ PARSE_AND_LIST_ARGS_CASES=${PARSE_AND_LIST_ARGS_CASES}'
          char *end;
          long val = strtol (optarg, &end, 0);
          if (*end || (unsigned long) val + 8 > 16)
-           fatal (_("%P: invalid --plt-align `%s'\''\n"), optarg);
+           fatal (_("%F%P: invalid --plt-align `%s'\''\n"), optarg);
          params.plt_stub_align = val;
        }
       else
@@ -880,7 +880,7 @@ PARSE_AND_LIST_ARGS_CASES=${PARSE_AND_LIST_ARGS_CASES}'
          else if (strcasecmp (optarg, "no") == 0)
            params.power10_stubs = 0;
          else
-           fatal (_("%P: invalid --power10-stubs argument `%s'\''\n"),
+           fatal (_("%F%P: invalid --power10-stubs argument `%s'\''\n"),
                   optarg);
        }
       else
index 78e1fcde68ebc7e66d42001137931a03ed48b6ad..4ad1ef5932b3767a0319d635ae98f452cd446800 100644 (file)
@@ -131,7 +131,7 @@ riscv_create_output_section_statements (void)
         These will only be created if the output format is a RISC-V format,
         hence we do not support linking and changing output formats at the
         same time.  Use a link followed by objcopy to change output formats.  */
-      fatal (_("%P: error: cannot change output format"
+      fatal (_("%F%P: error: cannot change output format"
               " whilst linking %s binaries\n"), "RISC-V");
       return;
     }
index 1a4daf96987ceb49004334549f8c21754d3b56c0..0cfde40db1163176e25c08da671e7c061b4d0b58 100644 (file)
@@ -34,7 +34,7 @@ static void
 s390_elf_create_output_section_statements (void)
 {
   if (!bfd_elf_s390_set_options (&link_info, &params))
-    fatal (_("%P: can not init BFD: %E\n"));
+    fatal (_("%F%P: can not init BFD: %E\n"));
 }
 
 EOF
index fd67d5ceb94e31ad4a987b3044d4aabcb1817fd7..f0ff12b93f9ad095b274a80529d9bee0794b5fc0 100644 (file)
@@ -62,7 +62,7 @@ score_elf_after_open (void)
         These will only be created if the output format is an score format,
         hence we do not support linking and changing output formats at the
         same time.  Use a link followed by objcopy to change output formats.  */
-      fatal (_("%P: error: cannot change output format "
+      fatal (_("%F%P: error: cannot change output format "
               "whilst linking %s binaries\n"), "S+core");
       return;
     }
index cda9a06ac08ada9f12dbf08929d1cad01e5dcce9..f08c972de4928e962695973cd2a73abbf97c56c8 100644 (file)
@@ -202,7 +202,7 @@ spu_elf_load_ovl_mgr (void)
       /* User supplied __ovly_load.  */
     }
   else if (mgr_stream->start == mgr_stream->end)
-    fatal (_("%P: no built-in overlay manager\n"));
+    fatal (_("%F%P: no built-in overlay manager\n"));
   else
     {
       lang_input_statement_type *ovl_is;
@@ -379,7 +379,7 @@ spu_elf_open_overlay_script (void)
   if (script == NULL)
     {
     file_err:
-      fatal (_("%P: can not open script: %E\n"));
+      fatal (_("%F%P: can not open script: %E\n"));
     }
   return script;
 }
@@ -695,7 +695,7 @@ PARSE_AND_LIST_ARGS_CASES='
            if (*end == 0)
              break;
          }
-       fatal (_("%P: invalid --local-store address range `%s'\''\n"), optarg);
+       fatal (_("%F%P: invalid --local-store address range `%s'\''\n"), optarg);
       }
       break;
 
@@ -731,12 +731,12 @@ PARSE_AND_LIST_ARGS_CASES='
       if (!num_lines_set)
        params.num_lines = 32;
       else if ((params.num_lines & -params.num_lines) != params.num_lines)
-       fatal (_("%P: invalid --num-lines/--num-regions `%u'\''\n"),
+       fatal (_("%F%P: invalid --num-lines/--num-regions `%u'\''\n"),
               params.num_lines);
       if (!line_size_set)
        params.line_size = 1024;
       else if ((params.line_size & -params.line_size) != params.line_size)
-       fatal (_("%P: invalid --line-size/--region-size `%u'\''\n"),
+       fatal (_("%F%P: invalid --line-size/--region-size `%u'\''\n"),
               params.line_size);
       break;
 
@@ -757,7 +757,7 @@ PARSE_AND_LIST_ARGS_CASES='
            && (params.ovly_flavour != ovly_soft_icache
                || (params.num_lines & -params.num_lines) == params.num_lines))
          break;
-       fatal (_("%P: invalid --num-lines/--num-regions `%s'\''\n"), optarg);
+       fatal (_("%F%P: invalid --num-lines/--num-regions `%s'\''\n"), optarg);
       }
       break;
 
@@ -770,7 +770,7 @@ PARSE_AND_LIST_ARGS_CASES='
            && (params.ovly_flavour != ovly_soft_icache
                || (params.line_size & -params.line_size) == params.line_size))
          break;
-       fatal (_("%P: invalid --line-size/--region-size `%s'\''\n"), optarg);
+       fatal (_("%F%P: invalid --line-size/--region-size `%s'\''\n"), optarg);
       }
       break;
 
@@ -779,7 +779,7 @@ PARSE_AND_LIST_ARGS_CASES='
        char *end;
        params.auto_overlay_fixed = strtoul (optarg, &end, 0);
        if (*end != 0)
-         fatal (_("%P: invalid --fixed-space value `%s'\''\n"), optarg);
+         fatal (_("%F%P: invalid --fixed-space value `%s'\''\n"), optarg);
       }
       break;
 
@@ -788,7 +788,7 @@ PARSE_AND_LIST_ARGS_CASES='
        char *end;
        params.auto_overlay_reserved = strtoul (optarg, &end, 0);
        if (*end != 0)
-         fatal (_("%P: invalid --reserved-space value `%s'\''\n"), optarg);
+         fatal (_("%F%P: invalid --reserved-space value `%s'\''\n"), optarg);
       }
       break;
 
@@ -797,7 +797,7 @@ PARSE_AND_LIST_ARGS_CASES='
        char *end;
        params.extra_stack_space = strtol (optarg, &end, 0);
        if (*end != 0)
-         fatal (_("%P: invalid --extra-stack-space value `%s'\''\n"), optarg);
+         fatal (_("%F%P: invalid --extra-stack-space value `%s'\''\n"), optarg);
       }
       break;
 
index 4aec9aebe6fcc3f61eddc565ba3636c6c58f3ee9..225ebca7a57c319e53d954fc8182c78990122f36 100644 (file)
@@ -59,7 +59,7 @@ tic6x_after_open (void)
   if (is_tic6x_target ())
     {
       if (params.dsbt_index >= params.dsbt_size)
-       fatal (_("%P: invalid --dsbt-index %d, outside DSBT size\n"),
+       fatal (_("%F%P: invalid --dsbt-index %d, outside DSBT size\n"),
               params.dsbt_index);
       elf32_tic6x_setup (&link_info, &params);
     }
@@ -184,7 +184,7 @@ PARSE_AND_LIST_ARGS_CASES='
        if (*end == 0
            && params.dsbt_index >= 0 && params.dsbt_index < 0x7fff)
          break;
-       fatal (_("%P: invalid --dsbt-index %s\n"), optarg);
+       fatal (_("%F%P: invalid --dsbt-index %s\n"), optarg);
       }
       break;
     case OPTION_DSBT_SIZE:
@@ -194,7 +194,7 @@ PARSE_AND_LIST_ARGS_CASES='
        if (*end == 0
            && params.dsbt_size >= 0 && params.dsbt_size < 0x7fff)
          break;
-       fatal (_("%P: invalid --dsbt-size %s\n"), optarg);
+       fatal (_("%F%P: invalid --dsbt-size %s\n"), optarg);
       }
       break;
    case OPTION_NO_MERGE_EXIDX_ENTRIES:
index 2e6a4a0ae6f655c14163d348329c18eabd305a66..13139b6f09e9c282f9e076150de090926833316a 100644 (file)
@@ -88,7 +88,7 @@ gld${EMULATION_NAME}_handle_option (int optc)
          lang_add_output_format (buf, NULL, NULL, 0);
        }
       else
-       fatal (_("%P: invalid COFF format version %s\n"), optarg);
+       fatal (_("%F%P: invalid COFF format version %s\n"), optarg);
       break;
     }
   return false;
index 92a1ac4d784ba999b2542a7b07631117dc973549..4c2776b1bbfc14b68fd7afbf4f30bd4460628f17 100644 (file)
@@ -63,7 +63,7 @@ v850_create_output_section_statements (void)
         These will only be created if the output format is an arm format,
         hence we do not support linking and changing output formats at the
         same time.  Use a link followed by objcopy to change output formats.  */
-      fatal (_("%P: error: cannot change output format"
+      fatal (_("%F%P: error: cannot change output format"
               " whilst linking %s binaries\n"), "V850");
       return;
     }
index 5bb6ae2a4305ca2b1b882caab62b9902e4bb5f33..55bca53dfab29bf9584b6eda127194a92bdd6101 100644 (file)
@@ -200,7 +200,7 @@ gld${EMULATION_NAME}_before_allocation (void)
   if (bed->elf_backend_late_size_sections
       && !bed->elf_backend_late_size_sections (link_info.output_bfd,
                                               &link_info))
-    fatal (_("%P: failed to set dynamic section sizes: %E\n"));
+    fatal (_("%F%P: failed to set dynamic section sizes: %E\n"));
 
   before_allocation_default ();
 }
index 027b7732d2df37fbd08f1899f78c8df44e2695ff..fb53fef45cb0dd088c2665098373db904d165433 100644 (file)
@@ -390,7 +390,7 @@ check_xtensa_info (bfd *abfd, asection *info_sec)
 
   data = xmalloc (info_sec->size);
   if (! bfd_get_section_contents (abfd, info_sec, data, 0, info_sec->size))
-    fatal (_("%P: %pB: cannot read contents of section %pA\n"), abfd, info_sec);
+    fatal (_("%F%P: %pB: cannot read contents of section %pA\n"), abfd, info_sec);
 
   if (info_sec->size > 24
       && info_sec->size >= 24 + bfd_get_32 (abfd, data + 4)
@@ -431,13 +431,13 @@ elf_xtensa_before_allocation (void)
   if (is_big_endian
       && link_info.output_bfd->xvec->byteorder == BFD_ENDIAN_LITTLE)
     {
-      fatal (_("%P: little endian output does not match "
+      fatal (_("%F%P: little endian output does not match "
               "Xtensa configuration\n"));
     }
   if (!is_big_endian
       && link_info.output_bfd->xvec->byteorder == BFD_ENDIAN_BIG)
     {
-      fatal (_("%P: big endian output does not match "
+      fatal (_("%F%P: big endian output does not match "
               "Xtensa configuration\n"));
     }
 
@@ -456,7 +456,7 @@ elf_xtensa_before_allocation (void)
         cannot go any further if there are any mismatches.  */
       if ((is_big_endian && f->the_bfd->xvec->byteorder == BFD_ENDIAN_LITTLE)
          || (!is_big_endian && f->the_bfd->xvec->byteorder == BFD_ENDIAN_BIG))
-       fatal (_("%P: cross-endian linking for %pB not supported\n"),
+       fatal (_("%F%P: cross-endian linking for %pB not supported\n"),
               f->the_bfd);
 
       if (! first_bfd)
@@ -487,7 +487,7 @@ elf_xtensa_before_allocation (void)
       info_sec = bfd_make_section_with_flags (first_bfd, ".xtensa.info",
                                              SEC_HAS_CONTENTS | SEC_READONLY);
       if (! info_sec)
-       fatal (_("%P: failed to create .xtensa.info section\n"));
+       fatal (_("%F%P: failed to create .xtensa.info section\n"));
     }
   if (info_sec)
     {
@@ -1226,7 +1226,7 @@ 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)
-       fatal (_("%P: Relaxation not supported with "
+       fatal (_("%F%P: Relaxation not supported with "
                 "--enable-non-contiguous-regions.\n"));
 
       if (l->header.type == lang_input_section_enum)
index d566b9ac398b1d594c7c32923f9d48d166b44f2a..eda5657302c0e415e8837fe5568725ba33b08660 100644 (file)
@@ -48,7 +48,7 @@ z80_after_open (void)
       const bfd_arch_info_type *info;
       info = bfd_arch_get_compatible (link_info.output_bfd, abfd, false);
       if (info == NULL)
-       fatal (_("%P: %pB: Instruction sets of object files incompatible\n"),
+       fatal (_("%F%P: %pB: Instruction sets of object files incompatible\n"),
               abfd);
       else
         bfd_set_arch_info (link_info.output_bfd, info);
index 5d7891f632141d308638e0212d1d7a1c956d640b..4f89bb4835dbfeab1ba3231db5c8632824b28be4 100644 (file)
@@ -514,7 +514,7 @@ check_local_sym_xref (lang_input_statement_type *statement)
     return;
 
   if (!bfd_generic_link_read_symbols (abfd))
-    fatal (_("%P: %pB: could not read symbols: %E\n"), abfd);
+    fatal (_("%F%P: %pB: could not read symbols: %E\n"), abfd);
 
   for (syms = bfd_get_outsymbols (abfd); *syms; ++syms)
     {
@@ -625,7 +625,7 @@ check_refs (const char *name,
      BFD might contain a prohibited cross reference.  */
 
   if (!bfd_generic_link_read_symbols (abfd))
-    fatal (_("%P: %pB: could not read symbols: %E\n"), abfd);
+    fatal (_("%F%P: %pB: could not read symbols: %E\n"), abfd);
 
   info.sym_name = name;
   info.global = global;
@@ -687,14 +687,14 @@ check_reloc_refs (bfd *abfd, asection *sec, void *iarg)
 
   relsize = bfd_get_reloc_upper_bound (abfd, sec);
   if (relsize < 0)
-    fatal (_("%P: %pB: could not read relocs: %E\n"), abfd);
+    fatal (_("%F%P: %pB: could not read relocs: %E\n"), abfd);
   if (relsize == 0)
     return;
 
   relpp = (arelent **) xmalloc (relsize);
   relcount = bfd_canonicalize_reloc (abfd, sec, relpp, info->asymbols);
   if (relcount < 0)
-    fatal (_("%P: %pB: could not read relocs: %E\n"), abfd);
+    fatal (_("%F%P: %pB: could not read relocs: %E\n"), abfd);
 
   p = relpp;
   pend = p + relcount;
index fa0ce329a160e0856d39f2c464ed1a684e0cbcb1..04b7e85dd33675402c6ab16d20a55e8e65a56f76 100644 (file)
@@ -95,7 +95,7 @@ ldelf_after_parse (void)
       else if (!link_info.maxpagesize_is_set)
        link_info.maxpagesize = link_info.commonpagesize;
       else
-       fatal (_("%P: common page size (0x%v) > maximum page size (0x%v)\n"),
+       fatal (_("%F%P: common page size (0x%v) > maximum page size (0x%v)\n"),
               link_info.commonpagesize, link_info.maxpagesize);
     }
 }
@@ -121,7 +121,7 @@ ldelf_load_symbols (lang_input_statement_type *entry)
 
   if (entry->flags.just_syms
       && (bfd_get_file_flags (entry->the_bfd) & DYNAMIC) != 0)
-    fatal (_("%P: %pB: --just-symbols may not be used on DSO\n"),
+    fatal (_("%F%P: %pB: --just-symbols may not be used on DSO\n"),
           entry->the_bfd);
 
   if (link_class == 0
@@ -321,7 +321,7 @@ ldelf_try_needed (struct dt_needed *needed, int force, int is_linux)
       struct bfd_link_needed_list *needs;
 
       if (! bfd_elf_get_bfd_needed_list (abfd, &needs))
-       fatal (_("%P: %pB: bfd_elf_get_bfd_needed_list failed: %E\n"), abfd);
+       fatal (_("%F%P: %pB: bfd_elf_get_bfd_needed_list failed: %E\n"), abfd);
 
       if (needs != NULL)
        {
@@ -369,7 +369,7 @@ ldelf_try_needed (struct dt_needed *needed, int force, int is_linux)
      can only check that using stat.  */
 
   if (bfd_stat (abfd, &global_stat) != 0)
-    fatal (_("%P: %pB: bfd_stat failed: %E\n"), abfd);
+    fatal (_("%F%P: %pB: bfd_stat failed: %E\n"), abfd);
 
   /* First strip off everything before the last '/'.  */
   soname = lbasename (bfd_get_filename (abfd));
@@ -408,7 +408,7 @@ ldelf_try_needed (struct dt_needed *needed, int force, int is_linux)
 
   /* Add this file into the symbol table.  */
   if (! bfd_link_add_symbols (abfd, &link_info))
-    fatal (_("%P: %pB: error adding symbols: %E\n"), abfd);
+    fatal (_("%F%P: %pB: error adding symbols: %E\n"), abfd);
 
   return true;
 }
@@ -1206,7 +1206,7 @@ ldelf_handle_dt_needed (struct elf_link_hash_table *htab,
          && elf_dt_name (abfd) != NULL)
        {
          if (bfd_elf_add_dt_needed_tag (abfd, &link_info) < 0)
-           fatal (_("%P: failed to add DT_NEEDED dynamic tag\n"));
+           fatal (_("%F%P: failed to add DT_NEEDED dynamic tag\n"));
        }
 
   link_info.input_bfds_tail = save_input_bfd_tail;
@@ -1257,7 +1257,7 @@ ldelf_after_open (int use_libpath, int native, int is_linux, int is_freebsd,
                     bfd_get_target (link_info.output_bfd));
 
       if (link_info.out_implib_bfd == NULL)
-       fatal (_("%P: %s: can't open for writing: %E\n"),
+       fatal (_("%F%P: %s: can't open for writing: %E\n"),
               command_line.out_implib_filename);
     }
 
@@ -1312,7 +1312,7 @@ ldelf_after_open (int use_libpath, int native, int is_linux, int is_freebsd,
          && (elf_tdata (abfd)->elf_header->e_type == ET_EXEC
              || (elf_tdata (abfd)->elf_header->e_type == ET_DYN
                  && elf_tdata (abfd)->is_pie)))
-       fatal (_("%P: cannot use executable file '%pB' as input to a link\n"),
+       fatal (_("%F%P: cannot use executable file '%pB' as input to a link\n"),
               abfd);
     }
 
@@ -1366,7 +1366,7 @@ ldelf_after_open (int use_libpath, int native, int is_linux, int is_freebsd,
                }
              else if (seen_type != type)
                {
-                 fatal (_("%P: compact frame descriptions incompatible with"
+                 fatal (_("%F%P: compact frame descriptions incompatible with"
                           " DWARF2 .eh_frame from %pB\n"),
                         type == DWARF2_EH_HDR ? abfd : elfbfd);
                  break;
@@ -1408,7 +1408,7 @@ ldelf_after_open (int use_libpath, int native, int is_linux, int is_freebsd,
 
   if (link_info.eh_frame_hdr_type == COMPACT_EH_HDR)
     if (!bfd_elf_parse_eh_frame_entries (NULL, &link_info))
-      fatal (_("%P: failed to parse EH frame entries\n"));
+      fatal (_("%F%P: failed to parse EH frame entries\n"));
 
   ldelf_handle_dt_needed (htab, use_libpath, native, is_linux,
                          is_freebsd, elfsize, prefix);
@@ -1667,7 +1667,7 @@ ldelf_find_exp_assignment (etree_type *exp)
                                               &link_info,
                                               exp->assign.dst, provide,
                                               exp->assign.hidden))
-           fatal (_("%P: failed to record assignment to %s: %E\n"),
+           fatal (_("%F%P: failed to record assignment to %s: %E\n"),
                   exp->assign.dst);
        }
       ldelf_find_exp_assignment (exp->assign.src);
@@ -1845,7 +1845,7 @@ ldelf_before_allocation (char *audit, char *depaudit,
          command_line.filter_shlib, audit, depaudit,
          (const char * const *) command_line.auxiliary_filters,
          &link_info, &sinterp)))
-    fatal (_("%P: failed to set dynamic section sizes: %E\n"));
+    fatal (_("%F%P: failed to set dynamic section sizes: %E\n"));
 
   if (sinterp != NULL)
     {
@@ -1882,8 +1882,8 @@ ldelf_before_allocation (char *audit, char *depaudit,
        msg = (char *) xmalloc ((size_t) (sz + 1));
        if (! bfd_get_section_contents (is->the_bfd, s, msg,
                                        (file_ptr) 0, sz))
-         fatal (_("%P: %pB: can't read contents of section %pA: %E\n"),
-                is->the_bfd, s);
+         fatal (_("%F%P: %pB: can't read contents of section .gnu.warning: %E\n"),
+                is->the_bfd);
        msg[sz] = '\0';
        (*link_info.callbacks->warning) (&link_info, msg,
                                         (const char *) NULL, is->the_bfd,
@@ -1910,7 +1910,7 @@ ldelf_before_allocation (char *audit, char *depaudit,
   before_allocation_default ();
 
   if (!bfd_elf_size_dynsym_hash_dynstr (link_info.output_bfd, &link_info))
-    fatal (_("%P: failed to set dynamic section sizes: %E\n"));
+    fatal (_("%F%P: failed to set dynamic section sizes: %E\n"));
 
   if (ehdr_start != NULL)
     {
index 8e84b7a5b3fcf0488eda8afaf30bb39646d453b9..f92a7a0403b9f856cab14aa445f8c83f6979e619 100644 (file)
@@ -282,7 +282,7 @@ ldelf_map_segments (bool need_layout)
                  if (os_info->ordered != os_info->count
                      && bfd_link_relocatable (&link_info))
                    {
-                     fatal (_("%P: "
+                     fatal (_("%F%P: "
                               "%pA has both ordered and unordered sections\n"),
                             os->bfd_section);
                      return;
@@ -307,7 +307,7 @@ ldelf_map_segments (bool need_layout)
          if (!_bfd_elf_map_sections_to_segments (link_info.output_bfd,
                                                  &link_info,
                                                  &need_layout))
-           fatal (_("%P: map sections to segments failed: %E\n"));
+           fatal (_("%F%P: map sections to segments failed: %E\n"));
 
          if (phdr_size != elf_program_header_size (link_info.output_bfd))
            {
@@ -327,7 +327,7 @@ ldelf_map_segments (bool need_layout)
   while (need_layout && --tries);
 
   if (tries == 0)
-    fatal (_("%P: looping in map_segments\n"));
+    fatal (_("%F%P: looping in map_segments\n"));
 
   if (bfd_get_flavour (link_info.output_bfd) == bfd_target_elf_flavour
       && lang_phdr_list == NULL)
@@ -338,7 +338,7 @@ ldelf_map_segments (bool need_layout)
        = get_elf_backend_data (link_info.output_bfd);
       if (bed->elf_backend_strip_zero_sized_dynamic_sections
          && !bed->elf_backend_strip_zero_sized_dynamic_sections (&link_info))
-       fatal (_("%P: failed to strip zero-sized dynamic sections\n"));
+         fatal (_("%F%P: failed to strip zero-sized dynamic sections\n"));
     }
 }
 
@@ -416,7 +416,7 @@ ldelf_acquire_strings_for_ctf
     {
       if (ctf_link_add_strtab (ctf_output, ldelf_ctf_strtab_iter_cb,
                               &args) < 0)
-       fatal (_("%P: warning: CTF strtab association failed; strings will "
+       fatal (_("%F%P: warning: CTF strtab association failed; strings will "
                 "not be shared: %s\n"),
               ctf_errmsg (ctf_errno (ctf_output)));
     }
@@ -443,7 +443,7 @@ ldelf_new_dynsym_for_ctf (struct ctf_dict *ctf_output, int symidx,
       lsym.st_value = sym->st_value;
       if (ctf_link_add_linker_symbol (ctf_output, &lsym) < 0)
        {
-         fatal (_("%P: warning: CTF symbol addition failed; CTF will "
+         fatal (_("%F%P: warning: CTF symbol addition failed; CTF will "
                   "not be tied to symbols: %s\n"),
                 ctf_errmsg (ctf_errno (ctf_output)));
        }
@@ -453,7 +453,7 @@ ldelf_new_dynsym_for_ctf (struct ctf_dict *ctf_output, int symidx,
       /* Shuffle all the symbols.  */
 
       if (ctf_link_shuffle_syms (ctf_output) < 0)
-       fatal (_("%P: warning: CTF symbol shuffling failed; CTF will "
+       fatal (_("%F%P: warning: CTF symbol shuffling failed; CTF will "
                 "not be tied to symbols: %s\n"),
               ctf_errmsg (ctf_errno (ctf_output)));
     }
index 8d97baa579cc9684a3331f979a42100cd373f37e..b318a11f98d3928e6cda4b26f84905242005605a 100644 (file)
@@ -282,7 +282,7 @@ definedness_newfunc (struct bfd_hash_entry *entry,
       bfd_hash_allocate (table, sizeof (struct definedness_hash_entry));
 
   if (ret == NULL)
-    fatal (_("%P: bfd_hash_allocate failed creating symbol %s\n"), name);
+    fatal (_("%F%P: bfd_hash_allocate failed creating symbol %s\n"), name);
 
   ret->by_object = 0;
   ret->iteration = 0;
@@ -313,7 +313,7 @@ update_definedness (const char *name, struct bfd_link_hash_entry *h)
     bfd_hash_lookup (&definedness_table, name, true, false);
 
   if (defentry == NULL)
-    fatal (_("%P: bfd_hash_lookup failed creating symbol %s\n"), name);
+    fatal (_("%F%P: bfd_hash_lookup failed creating symbol %s\n"), name);
 
   /* If the symbol was already defined, and not by a script, then it
      must be defined by an object file or by the linker target code.  */
@@ -638,7 +638,7 @@ fold_binary (etree_type *tree)
            expld.result.value = ((bfd_signed_vma) lhs.value
                                  % (bfd_signed_vma) expld.result.value);
          else if (expld.phase != lang_mark_phase_enum)
-           fatal (_("%P:%pS %% by zero\n"), tree->binary.rhs);
+           fatal (_("%F%P:%pS %% by zero\n"), tree->binary.rhs);
          arith_result_section (&lhs);
          break;
 
@@ -647,7 +647,7 @@ fold_binary (etree_type *tree)
            expld.result.value = ((bfd_signed_vma) lhs.value
                                  / (bfd_signed_vma) expld.result.value);
          else if (expld.phase != lang_mark_phase_enum)
-           fatal (_("%P:%pS / by zero\n"), tree->binary.rhs);
+           fatal (_("%F%P:%pS / by zero\n"), tree->binary.rhs);
          arith_result_section (&lhs);
          break;
 
@@ -761,7 +761,7 @@ fold_name (etree_type *tree)
          if (!h)
            {
              if (expld.phase != lang_first_phase_enum)
-               fatal (_("%P: bfd_link_hash_lookup failed: %E\n"));
+               fatal (_("%F%P: bfd_link_hash_lookup failed: %E\n"));
            }
          else if (h->type == bfd_link_hash_defined
                   || h->type == bfd_link_hash_defweak)
@@ -789,7 +789,7 @@ fold_name (etree_type *tree)
          else if (expld.phase == lang_final_phase_enum
                   || (expld.phase != lang_mark_phase_enum
                       && expld.assigning_to_dot))
-           fatal (_("%P:%pS: undefined symbol `%s'"
+           fatal (_("%F%P:%pS: undefined symbol `%s'"
                     " referenced in expression\n"),
                   tree, tree->name.name);
          else if (h->type == bfd_link_hash_new)
@@ -827,7 +827,7 @@ fold_name (etree_type *tree)
          if (os == NULL)
            {
              if (expld.phase == lang_final_phase_enum)
-               fatal (_("%P:%pS: undefined section `%s'"
+               fatal (_("%F%P:%pS: undefined section `%s'"
                         " referenced in expression\n"),
                       tree, tree->name.name);
            }
@@ -845,7 +845,7 @@ fold_name (etree_type *tree)
          if (os == NULL)
            {
              if (expld.phase == lang_final_phase_enum)
-               fatal (_("%P:%pS: undefined section `%s'"
+               fatal (_("%F%P:%pS: undefined section `%s'"
                         " referenced in expression\n"),
                       tree, tree->name.name);
            }
@@ -873,7 +873,7 @@ fold_name (etree_type *tree)
          if (os == NULL)
            {
              if (expld.phase == lang_final_phase_enum)
-               fatal (_("%P:%pS: undefined section `%s'"
+               fatal (_("%F%P:%pS: undefined section `%s'"
                         " referenced in expression\n"),
                       tree, tree->name.name);
              new_number (0);
@@ -912,7 +912,7 @@ fold_name (etree_type *tree)
        if (mem != NULL)
          new_number (mem->length);
        else
-         fatal (_("%P:%pS: undefined MEMORY region `%s'"
+         fatal (_("%F%P:%pS: undefined MEMORY region `%s'"
                   " referenced in expression\n"),
                 tree, tree->name.name);
       }
@@ -926,7 +926,7 @@ fold_name (etree_type *tree)
        if (mem != NULL)
          new_rel_from_abs (mem->origin);
        else
-         fatal (_("%P:%pS: undefined MEMORY region `%s'"
+         fatal (_("%F%P:%pS: undefined MEMORY region `%s'"
                   " referenced in expression\n"),
                 tree, tree->name.name);
       }
@@ -938,7 +938,7 @@ fold_name (etree_type *tree)
       else if (strcmp (tree->name.name, "COMMONPAGESIZE") == 0)
        new_number (link_info.commonpagesize);
       else
-       fatal (_("%P:%pS: unknown constant `%s' referenced in expression\n"),
+       fatal (_("%F%P:%pS: unknown constant `%s' referenced in expression\n"),
               tree, tree->name.name);
       break;
 
@@ -1086,7 +1086,7 @@ exp_fold_tree_1 (etree_type *tree)
       if (tree->assign.dst[0] == '.' && tree->assign.dst[1] == 0)
        {
          if (tree->type.node_class != etree_assign)
-           fatal (_("%P:%pS can not PROVIDE assignment to"
+           fatal (_("%F%P:%pS can not PROVIDE assignment to"
                     " location counter\n"), tree);
          if (expld.phase != lang_first_phase_enum)
            {
@@ -1119,11 +1119,11 @@ exp_fold_tree_1 (etree_type *tree)
                  || expld.section == bfd_und_section_ptr)
                {
                  if (expld.phase != lang_mark_phase_enum)
-                   fatal (_("%P:%pS invalid assignment to"
+                   fatal (_("%F%P:%pS invalid assignment to"
                             " location counter\n"), tree);
                }
              else if (expld.dotp == NULL)
-               fatal (_("%P:%pS assignment to location counter"
+               fatal (_("%F%P:%pS assignment to location counter"
                         " invalid outside of SECTIONS\n"), tree);
 
              /* After allocation, assignment to dot should not be
@@ -1142,7 +1142,7 @@ exp_fold_tree_1 (etree_type *tree)
                    nextdot += expld.section->vma;
                  if (nextdot < expld.dot
                      && expld.section != bfd_abs_section_ptr)
-                   fatal (_("%P:%pS cannot move location counter backwards"
+                   fatal (_("%F%P:%pS cannot move location counter backwards"
                             " (from %V to %V)\n"),
                           tree, expld.dot, nextdot);
                  else
@@ -1202,7 +1202,7 @@ exp_fold_tree_1 (etree_type *tree)
                  h = bfd_link_hash_lookup (link_info.hash, tree->assign.dst,
                                            true, false, true);
                  if (h == NULL)
-                   fatal (_("%P:%s: hash creation failed\n"),
+                   fatal (_("%F%P:%s: hash creation failed\n"),
                           tree->assign.dst);
                }
 
@@ -1578,7 +1578,7 @@ exp_get_vma (etree_type *tree, lang_output_section_statement_type *os,
       if (expld.result.valid_p)
        return expld.result.value;
       else if (name != NULL && expld.phase != lang_mark_phase_enum)
-       fatal (_("%P:%pS: nonconstant expression for %s\n"),
+       fatal (_("%F%P:%pS: nonconstant expression for %s\n"),
               tree, name);
     }
   return def;
@@ -1621,7 +1621,7 @@ exp_get_fill (etree_type *tree, fill_type *def, char *name)
   if (!expld.result.valid_p)
     {
       if (name != NULL && expld.phase != lang_mark_phase_enum)
-       fatal (_("%P:%pS: nonconstant expression for %s\n"),
+       fatal (_("%F%P:%pS: nonconstant expression for %s\n"),
               tree, name);
       return def;
     }
@@ -1681,7 +1681,7 @@ exp_get_abs_int (etree_type *tree, int def, char *name)
        }
       else if (name != NULL && expld.phase != lang_mark_phase_enum)
        {
-         fatal (_("%P:%pS: nonconstant expression for %s\n"),
+         fatal (_("%F%P:%pS: nonconstant expression for %s\n"),
                 tree, name);
        }
     }
@@ -1708,7 +1708,7 @@ ldexp_init (bool object_only)
                                 definedness_newfunc,
                                 sizeof (struct definedness_hash_entry),
                                 13))
-    fatal (_("%P: can not create hash table: %E\n"));
+    fatal (_("%F%P: can not create hash table: %E\n"));
 }
 
 /* Convert absolute symbols defined by a script from "dot" (also
index c649e005e235a2babaf9377751ca6805f90aa935..f1a9b068b43a1e9a569786a5c9fb2a4afd50a699 100644 (file)
@@ -184,7 +184,7 @@ ldfile_add_remap_file (const char * file)
 
       if (*p == '\0')
        {
-         fatal ("%P: malformed remap file entry: %s\n", line);
+         fatal ("%F%P: malformed remap file entry: %s\n", line);
          continue;
        }
 
@@ -196,7 +196,7 @@ ldfile_add_remap_file (const char * file)
 
       if (*p == '\0')
        {
-         fatal ("%P: malformed remap file entry: %s\n", line);
+         fatal ("%F%P: malformed remap file entry: %s\n", line);
          continue;
        }
 
@@ -361,7 +361,7 @@ ldfile_try_open_bfd (const char *attempt,
   if (entry->the_bfd == NULL)
     {
       if (bfd_get_error () == bfd_error_invalid_target)
-       fatal (_("%P: invalid BFD target `%s'\n"), entry->target);
+       fatal (_("%F%P: invalid BFD target `%s'\n"), entry->target);
       return false;
     }
 
@@ -504,7 +504,7 @@ ldfile_try_open_bfd (const char *attempt,
 
          if (!entry->flags.dynamic && (entry->the_bfd->flags & DYNAMIC) != 0)
            {
-             fatal (_("%P: attempted static link of dynamic object `%s'\n"),
+             fatal (_("%F%P: attempted static link of dynamic object `%s'\n"),
                     attempt);
              bfd_close (entry->the_bfd);
              entry->the_bfd = NULL;
@@ -910,7 +910,7 @@ ldfile_open_command_file_1 (const char *name, enum script_open_style open_how)
       if ((open_how != script_nonT || script->open_how != script_nonT)
          && strcmp (name, script->name) == 0)
        {
-         fatal (_("%P: error: linker script file '%s'"
+         fatal (_("%F%P: error: linker script file '%s'"
                   " appears multiple times\n"), name);
          return;
        }
@@ -929,7 +929,7 @@ ldfile_open_command_file_1 (const char *name, enum script_open_style open_how)
   if (ldlex_input_stack == NULL)
     {
       bfd_set_error (bfd_error_system_call);
-      fatal (_("%P: cannot open linker script file %s: %E\n"), name);
+      fatal (_("%F%P: cannot open linker script file %s: %E\n"), name);
       return;
     }
 
@@ -1023,7 +1023,7 @@ ldfile_set_output_arch (const char *string, enum bfd_architecture defarch)
   else if (defarch != bfd_arch_unknown)
     ldfile_output_architecture = defarch;
   else
-    fatal (_("%P: cannot represent machine `%s'\n"), string);
+    fatal (_("%F%P: cannot represent machine `%s'\n"), string);
 }
 
 /* Tidy up memory.  */
index 3118bfb54707eee30c4ceaec032bb10210672106..273e519deab976b610a34ff13165a75bc033a313 100644 (file)
@@ -210,7 +210,7 @@ mri_script_command:
                CHIP  exp
        |       CHIP  exp ',' exp
        |       NAME    {
-                       fatal (_("%P: unrecognised keyword in MRI style script '%s'\n"), $1);
+                       fatal(_("%F%P: unrecognised keyword in MRI style script '%s'\n"),$1);
                        }
        |       LIST    {
                        config.map_filename = "-";
@@ -1581,7 +1581,7 @@ yyerror (const char *arg)
     einfo (_("%P:%s: file format not recognized; treating as linker script\n"),
           ldlex_filename ());
   if (error_index > 0 && error_index < ERROR_NAME_MAX)
-    fatal (_("%P:%pS: %s in %s\n"), NULL, arg, error_names[error_index - 1]);
+    fatal (_("%F%P:%pS: %s in %s\n"), NULL, arg, error_names[error_index - 1]);
   else
-    fatal ("%P:%pS: %s\n", NULL, arg);
+    fatal ("%F%P:%pS: %s\n", NULL, arg);
 }
index 1e22d569ec8291896e7f38d5bda6397ff9be949b..05061f1091d01029ad6451156ca15575b29746af 100644 (file)
@@ -1352,7 +1352,7 @@ output_section_statement_table_init (void)
                              output_section_statement_newfunc,
                              sizeof (struct out_section_hash_entry),
                              61))
-    fatal (_("%P: can not create hash table: %E\n"));
+    fatal (_("%F%P: can not create hash table: %E\n"));
 }
 
 static void
@@ -1485,7 +1485,7 @@ lang_memory_region_alias (const char *alias, const char *region_name)
      the default memory region.  */
   if (strcmp (region_name, DEFAULT_MEMORY_REGION) == 0
       || strcmp (alias, DEFAULT_MEMORY_REGION) == 0)
-    fatal (_("%P:%pS: error: alias for default memory region\n"), NULL);
+    fatal (_("%F%P:%pS: error: alias for default memory region\n"), NULL);
 
   /* Look for the target region and check if the alias is not already
      in use.  */
@@ -1496,14 +1496,14 @@ lang_memory_region_alias (const char *alias, const char *region_name)
        if (region == NULL && strcmp (n->name, region_name) == 0)
          region = r;
        if (strcmp (n->name, alias) == 0)
-         fatal (_("%P:%pS: error: redefinition of memory region "
+         fatal (_("%F%P:%pS: error: redefinition of memory region "
                   "alias `%s'\n"),
                 NULL, alias);
       }
 
   /* Check if the target region exists.  */
   if (region == NULL)
-    fatal (_("%P:%pS: error: memory region `%s' "
+    fatal (_("%F%P:%pS: error: memory region `%s' "
             "for alias `%s' does not exist\n"),
           NULL, region_name, alias);
 
@@ -1564,7 +1564,7 @@ lang_output_section_statement_lookup (const char *name,
   if (entry == NULL)
     {
       if (create)
-       fatal (_("%P: failed creating section `%s': %E\n"), name);
+       fatal (_("%F%P: failed creating section `%s': %E\n"), name);
       return NULL;
     }
 
@@ -1607,7 +1607,7 @@ lang_output_section_statement_lookup (const char *name,
                                                name);
       if (entry == NULL)
        {
-         fatal (_("%P: failed creating section `%s': %E\n"), name);
+         fatal (_("%F%P: failed creating section `%s': %E\n"), name);
          return NULL;
        }
       entry->root = last_ent->root;
@@ -2479,7 +2479,7 @@ static void
 init_os (lang_output_section_statement_type *s, flagword flags)
 {
   if (strcmp (s->name, DISCARD_SECTION_NAME) == 0)
-    fatal (_("%P: illegal use of `%s' section\n"), DISCARD_SECTION_NAME);
+    fatal (_("%F%P: illegal use of `%s' section\n"), DISCARD_SECTION_NAME);
 
   if (!s->dup_output)
     s->bfd_section = bfd_get_section_by_name (link_info.output_bfd, s->name);
@@ -2488,7 +2488,7 @@ init_os (lang_output_section_statement_type *s, flagword flags)
                                                         s->name, flags);
   if (s->bfd_section == NULL)
     {
-      fatal (_("%P: output format %s cannot represent section"
+      fatal (_("%F%P: output format %s cannot represent section"
               " called %s: %E\n"),
             link_info.output_bfd->xvec->name, s->name);
     }
@@ -3082,7 +3082,7 @@ load_symbols (lang_input_statement_type *entry,
        }
       else if (err != bfd_error_file_not_recognized
               || place == NULL)
-       fatal (_("%P: %pB: file not recognized: %E\n"), entry->the_bfd);
+       fatal (_("%F%P: %pB: file not recognized: %E\n"), entry->the_bfd);
 
       bfd_close (entry->the_bfd);
       entry->the_bfd = NULL;
@@ -3155,7 +3155,7 @@ load_symbols (lang_input_statement_type *entry,
 
              if (!bfd_check_format (member, bfd_object))
                {
-                 fatal (_("%P: %pB: member %pB in archive is not an object\n"),
+                 fatal (_("%F%P: %pB: member %pB in archive is not an object\n"),
                         entry->the_bfd, member);
                  loaded = false;
                }
@@ -3176,7 +3176,7 @@ load_symbols (lang_input_statement_type *entry,
                 substitute BFD for us.  */
              if (!bfd_link_add_symbols (subsbfd, &link_info))
                {
-                 fatal (_("%P: %pB: error adding symbols: %E\n"), member);
+                 fatal (_("%F%P: %pB: error adding symbols: %E\n"), member);
                  loaded = false;
                }
            }
@@ -3190,7 +3190,7 @@ load_symbols (lang_input_statement_type *entry,
   if (bfd_link_add_symbols (entry->the_bfd, &link_info))
     entry->flags.loaded = true;
   else
-    fatal (_("%P: %pB: error adding symbols: %E\n"), entry->the_bfd);
+    fatal (_("%F%P: %pB: error adding symbols: %E\n"), entry->the_bfd);
 
   return entry->flags.loaded;
 }
@@ -3431,7 +3431,7 @@ open_output (const char *name)
       {
        char *in = lrealpath (f->local_sym_name);
        if (filename_cmp (in, out) == 0)
-         fatal (_("%P: input file '%s' is the same as output file\n"),
+         fatal (_("%F%P: input file '%s' is the same as output file\n"),
                 f->filename);
        free (in);
       }
@@ -3493,23 +3493,23 @@ open_output (const char *name)
   if (link_info.output_bfd == NULL)
     {
       if (bfd_get_error () == bfd_error_invalid_target)
-       fatal (_("%P: target %s not found\n"), output_target);
+       fatal (_("%F%P: target %s not found\n"), output_target);
 
-      fatal (_("%P: cannot open output file %s: %E\n"), name);
+      fatal (_("%F%P: cannot open output file %s: %E\n"), name);
     }
 
   delete_output_file_on_failure = true;
 
   if (!bfd_set_format (link_info.output_bfd, bfd_object))
-    fatal (_("%P: %s: can not make object file: %E\n"), name);
+    fatal (_("%F%P: %s: can not make object file: %E\n"), name);
   if (!bfd_set_arch_mach (link_info.output_bfd,
                          ldfile_output_architecture,
                          ldfile_output_machine))
-    fatal (_("%P: %s: can not set architecture: %E\n"), name);
+    fatal (_("%F%P: %s: can not set architecture: %E\n"), name);
 
   link_info.hash = bfd_link_hash_table_create (link_info.output_bfd);
   if (link_info.hash == NULL)
-    fatal (_("%P: can not create hash table: %E\n"));
+    fatal (_("%F%P: can not create hash table: %E\n"));
 
   bfd_set_gp_size (link_info.output_bfd, g_switch_value);
 }
@@ -4034,7 +4034,7 @@ insert_undefined (const char *name)
 
   h = bfd_link_hash_lookup (link_info.hash, name, true, false, true);
   if (h == NULL)
-    fatal (_("%P: bfd_link_hash_lookup failed: %E\n"));
+    fatal (_("%F%P: bfd_link_hash_lookup failed: %E\n"));
   if (h->type == bfd_link_hash_new)
     {
       h->type = bfd_link_hash_undefined;
@@ -4320,7 +4320,7 @@ map_input_to_output_sections
                  else if (strcmp (name, "SHT_PREINIT_ARRAY") == 0)
                    type = SHT_PREINIT_ARRAY;
                  else
-                   fatal (_ ("%P: invalid type for output section `%s'\n"),
+                   fatal (_ ("%F%P: invalid type for output section `%s'\n"),
                           os->name);
                }
             else
@@ -4329,7 +4329,7 @@ map_input_to_output_sections
                 if (expld.result.valid_p)
                   type = expld.result.value;
                 else
-                  fatal (_ ("%P: invalid type for output section `%s'\n"),
+                  fatal (_ ("%F%P: invalid type for output section `%s'\n"),
                          os->name);
               }
              break;
@@ -4478,7 +4478,7 @@ process_insert_statements (lang_statement_union_type **start)
            }
          if (where == NULL)
            {
-             fatal (_("%P: %s not found for insert\n"), i->where);
+             fatal (_("%F%P: %s not found for insert\n"), i->where);
              return;
            }
 
@@ -5560,12 +5560,12 @@ size_input_section
              if (dot + TO_ADDR (i->size) > end)
                {
                  if (i->flags & SEC_LINKER_CREATED)
-                   fatal (_("%P: Output section `%pA' not large enough for "
+                   fatal (_("%F%P: Output section `%pA' not large enough for "
                             "the linker-created stubs section `%pA'.\n"),
                           i->output_section, i);
 
                  if (i->rawsize && i->rawsize != i->size)
-                   fatal (_("%P: Relaxation not supported with "
+                   fatal (_("%F%P: Relaxation not supported with "
                             "--enable-non-contiguous-regions (section `%pA' "
                             "would overflow `%pA' after it changed size).\n"),
                           i, i->output_section);
@@ -5921,7 +5921,7 @@ lang_size_sections_1
                      dot += expld.result.section->vma;
                  }
                else if (expld.phase != lang_mark_phase_enum)
-                 fatal (_("%P:%pS: non constant or forward reference"
+                 fatal (_("%F%P:%pS: non constant or forward reference"
                           " address expression for section %s\n"),
                         os->addr_tree, os->name);
              }
@@ -6004,7 +6004,7 @@ lang_size_sections_1
                           overridden by the using the --no-check-sections
                           switch.  */
                        if (command_line.check_section_addresses)
-                         fatal (_("%P: error: no memory region specified"
+                         fatal (_("%F%P: error: no memory region specified"
                                   " for loadable section `%s'\n"),
                                 bfd_section_name (os->bfd_section));
                        else
@@ -6311,7 +6311,7 @@ lang_size_sections_1
                bool again;
 
                if (!bfd_relax_section (i->owner, i, &link_info, &again))
-                 fatal (_("%P: can't relax section: %E\n"));
+                 fatal (_("%F%P: can't relax section: %E\n"));
                if (again)
                  *relax = true;
              }
@@ -6720,7 +6720,7 @@ lang_do_assignments_1 (lang_statement_union_type *s,
                s->data_statement.value += expld.result.section->vma;
            }
          else if (expld.phase == lang_final_phase_enum)
-           fatal (_("%P: invalid data statement\n"));
+           fatal (_("%F%P: invalid data statement\n"));
          {
            unsigned int size;
            switch (s->data_statement.type)
@@ -6753,7 +6753,7 @@ lang_do_assignments_1 (lang_statement_union_type *s,
          if (expld.result.valid_p)
            s->reloc_statement.addend_value = expld.result.value;
          else if (expld.phase == lang_final_phase_enum)
-           fatal (_("%P: invalid reloc statement\n"));
+           fatal (_("%F%P: invalid reloc statement\n"));
          dot += TO_ADDR (bfd_get_reloc_size (s->reloc_statement.howto));
          break;
 
@@ -7171,7 +7171,7 @@ lang_end (void)
            break;
        }
       if (!sym)
-       fatal (_("%P: --gc-sections requires a defined symbol root "
+       fatal (_("%F%P: --gc-sections requires a defined symbol root "
                 "specified by -e or -u\n"));
     }
 
@@ -7196,7 +7196,7 @@ lang_end (void)
             + bfd_section_vma (h->u.def.section->output_section)
             + h->u.def.section->output_offset);
       if (!bfd_set_start_address (link_info.output_bfd, val))
-       fatal (_("%P: %s: can't set start address\n"), entry_symbol.name);
+       fatal (_("%F%P: %s: can't set start address\n"), entry_symbol.name);
     }
   else
     {
@@ -7209,7 +7209,7 @@ lang_end (void)
       if (*send == '\0')
        {
          if (!bfd_set_start_address (link_info.output_bfd, val))
-           fatal (_("%P: can't set start address\n"));
+           fatal (_("%F%P: can't set start address\n"));
        }
       /* BZ 2004952: Only use the start of the entry section for executables.  */
       else if bfd_link_executable (&link_info)
@@ -7228,7 +7228,7 @@ lang_end (void)
                       bfd_section_vma (ts));
              if (!bfd_set_start_address (link_info.output_bfd,
                                          bfd_section_vma (ts)))
-               fatal (_("%P: can't set start address\n"));
+               fatal (_("%F%P: can't set start address\n"));
            }
          else
            {
@@ -7297,7 +7297,7 @@ lang_check (void)
                  != bfd_get_flavour (link_info.output_bfd)))
          && (bfd_get_file_flags (input_bfd) & HAS_RELOC) != 0)
        {
-         fatal (_("%P: relocatable linking with relocations from"
+         fatal (_("%F%P: relocatable linking with relocations from"
                   " format %s (%pB) to format %s (%pB) is not supported\n"),
                 bfd_get_target (input_bfd), input_bfd,
                 bfd_get_target (link_info.output_bfd), link_info.output_bfd);
@@ -7401,7 +7401,7 @@ lang_one_common (struct bfd_link_hash_entry *h, void *info)
 
   section = h->u.c.p->section;
   if (!bfd_define_common_symbol (link_info.output_bfd, &link_info, h))
-    fatal (_("%P: could not define common symbol `%pT': %E\n"),
+    fatal (_("%F%P: could not define common symbol `%pT': %E\n"),
           h->root.string);
 
   if (config.map_file != NULL)
@@ -7579,7 +7579,7 @@ lang_set_flags (lang_memory_region_type *ptr, const char *flags, int invert)
          break;
 
        default:
-         fatal (_("%P: invalid character %c (%d) in flags\n"),
+         fatal (_("%F%P: invalid character %c (%d) in flags\n"),
                 *flags, *flags);
          break;
        }
@@ -7673,7 +7673,7 @@ lang_enter_output_section_statement (const char *output_section_statement_name,
                                             constraint,
                                             in_section_ordering ? 0 : 2);
   if (os == NULL) /* && in_section_ordering */
-    fatal (_("%P:%pS: error: output section '%s' must already exist\n"),
+    fatal (_("%F%P:%pS: error: output section '%s' must already exist\n"),
           NULL, output_section_statement_name);
   current_section = os;
 
@@ -7697,7 +7697,7 @@ lang_enter_output_section_statement (const char *output_section_statement_name,
 
   os->align_lma_with_input = align_with_input == ALIGN_WITH_INPUT;
   if (os->align_lma_with_input && align != NULL)
-    fatal (_("%P:%pS: error: align with input and explicit align specified\n"),
+    fatal (_("%F%P:%pS: error: align with input and explicit align specified\n"),
           NULL);
 
   os->subsection_alignment = subalign;
@@ -8234,7 +8234,7 @@ lang_process (void)
   lang_place_undefineds ();
 
   if (!bfd_section_already_linked_table_init ())
-    fatal (_("%P: can not create hash table: %E\n"));
+    fatal (_("%F%P: can not create hash table: %E\n"));
 
   /* A first pass through the memory regions ensures that if any region
      references a symbol for its origin or length then this symbol will be
@@ -8272,7 +8272,7 @@ lang_process (void)
       files = file_chain;
       inputfiles = input_file_chain;
       if (plugin_call_all_symbols_read ())
-       fatal (_("%P: %s: plugin reported error after all symbols read\n"),
+       fatal (_("%F%P: %s: plugin reported error after all symbols read\n"),
               plugin_error_plugin ());
       link_info.lto_all_symbols_read = true;
       /* Open any newly added files, updating the file chains.  */
@@ -8509,7 +8509,7 @@ lang_process (void)
         assigning dynamic symbols, since removing whole input sections
         is hard then.  */
       if (!bfd_merge_sections (link_info.output_bfd, &link_info))
-       fatal (_("%P: bfd_merge_sections failed: %E\n"));
+       fatal (_("%F%P: bfd_merge_sections failed: %E\n"));
 
       /* Look for a text section and set the readonly attribute in it.  */
       found = bfd_get_section_by_name (link_info.output_bfd, ".text");
@@ -8886,7 +8886,7 @@ void
 lang_startup (const char *name)
 {
   if (first_file->filename != NULL)
-    fatal (_("%P: multiple STARTUP files\n"));
+    fatal (_("%F%P: multiple STARTUP files\n"));
   first_file->filename = name;
   first_file->local_sym_name = name;
   first_file->flags.real = true;
@@ -9113,7 +9113,7 @@ lang_record_phdrs (void)
                        break;
                      }
                  if (last == NULL)
-                   fatal (_("%P: no sections assigned to phdrs\n"));
+                   fatal (_("%F%P: no sections assigned to phdrs\n"));
                }
              pl = last;
            }
@@ -9151,7 +9151,7 @@ lang_record_phdrs (void)
       if (!bfd_record_phdr (link_info.output_bfd, l->type,
                            l->flags != NULL, flags, l->at != NULL,
                            at, l->filehdr, l->phdrs, c, secs))
-       fatal (_("%P: bfd_record_phdr failed: %E\n"));
+       fatal (_("%F%P: bfd_record_phdr failed: %E\n"));
     }
 
   free (secs);
@@ -10441,7 +10441,7 @@ setup_section (bfd *ibfd, sec_ptr isection, void *p)
 
 loser:
   arg->status = 1;
-  fatal (_("%P: setup_section: %s: %s\n"), err, name);
+  fatal (_("%P%F: setup_section: %s: %s\n"), err, name);
 }
 
 /* Copy the data of input section ISECTION of IBFD
@@ -10536,7 +10536,7 @@ copy_section (bfd *ibfd, sec_ptr isection, void *p)
   return;
 
 loser:
-  fatal (_("%P: copy_section: %s: %s\n"), err, isection->name);
+  fatal (_("%P%F: copy_section: %s: %s\n"), err, isection->name);
 }
 /* Open the temporary bfd created in the same directory as PATH.  */
 
@@ -10773,7 +10773,7 @@ cmdline_add_object_only_section (bfd_byte *contents, size_t size)
   if (!bfd_close (obfd))
     {
       unlink (ofilename);
-      fatal (_("%P: failed to finish output with object-only section\n"));
+      fatal (_("%P%F: failed to finish output with object-only section\n"));
     }
 
   /* Must be freed after bfd_close ().  */
@@ -10783,7 +10783,7 @@ cmdline_add_object_only_section (bfd_byte *contents, size_t size)
   if (rename (ofilename, output_filename))
     {
       unlink (ofilename);
-      fatal (_("%P: failed to rename output with object-only section\n"));
+      fatal (_("%P%F: failed to rename output with object-only section\n"));
     }
 
   free (ofilename);
@@ -10799,7 +10799,7 @@ loser:
       unlink (ofilename);
       free (ofilename);
     }
-  fatal (_("%P: failed to add object-only section: %s\n"), err);
+  fatal (_("%P%F: failed to add object-only section: %s\n"), err);
 }
 
 /* Emit the final output with object-only section.  */
@@ -10832,7 +10832,7 @@ cmdline_emit_object_only_section (void)
   ldemul_create_output_section_statements ();
 
   if (!bfd_section_already_linked_table_init ())
-    fatal (_("%P: Failed to create hash table\n"));
+    fatal (_("%P%F: Failed to create hash table\n"));
 
   /* Call cmdline_on_object_only_archive_list_p to check which member
      should be loaded.  */
@@ -10896,7 +10896,7 @@ cmdline_emit_object_only_section (void)
   lang_finish ();
 
   if (! bfd_close (link_info.output_bfd))
-    fatal (_("%P:%s: final close failed on object-only output: %E\n"),
+    fatal (_("%P%F:%s: final close failed on object-only output: %E\n"),
            output_filename);
 
   link_info.output_bfd = NULL;
@@ -10906,7 +10906,7 @@ cmdline_emit_object_only_section (void)
   if (fd < 0)
     {
       bfd_set_error (bfd_error_system_call);
-      fatal (_("%P:%s: cannot open object-only output: %E\n"),
+      fatal (_("%P%F:%s: cannot open object-only output: %E\n"),
             output_filename);
     }
 
@@ -10914,7 +10914,7 @@ cmdline_emit_object_only_section (void)
   if (fstat (fd, &st) != 0)
     {
       bfd_set_error (bfd_error_system_call);
-      fatal (_("%P:%s: cannot stat object-only output: %E\n"),
+      fatal (_("%P%F:%s: cannot stat object-only output: %E\n"),
             output_filename);
     }
 
@@ -10929,7 +10929,7 @@ cmdline_emit_object_only_section (void)
       if (got < 0)
        {
          bfd_set_error (bfd_error_system_call);
-         fatal (_("%P:%s: read failed on object-only output: %E\n"),
+         fatal (_("%P%F:%s: read failed on object-only output: %E\n"),
                 output_filename);
        }
 
@@ -10956,7 +10956,7 @@ cmdline_extract_object_only_section (bfd *abfd)
   const char *name = bfd_extract_object_only_section (abfd);
 
   if (name == NULL)
-    fatal (_("%P: cannot extract object-only section from %B: %E\n"), abfd);
+    fatal (_("%P%F: cannot extract object-only section from %B: %E\n"), abfd);
 
   /* It should be removed after it is done.  */
   cmdline_list_append (&cmdline_temp_object_only_list,
@@ -10990,7 +10990,7 @@ cmdline_load_object_only_section (const char *name)
   if (bfd_link_add_symbols (entry->the_bfd, &link_info))
     entry->flags.loaded = true;
   else
-    fatal (_("%P: %pB: error adding symbols: %E\n"), entry->the_bfd);
+    fatal (_("%F%P: %pB: error adding symbols: %E\n"), entry->the_bfd);
 }
 
 /* Check and handle the object-only section.   */
index c8059b0dc09a81fe4b63b94bfdbff6258f00b411..f52bbebbd1a8aa50847f3eda96ed15aaa0a23988 100644 (file)
@@ -506,7 +506,7 @@ void
 lex_push_file (FILE *file, const char *name, unsigned int sysrooted)
 {
   if (include_stack_ptr >= MAX_INCLUDE_DEPTH)
-    fatal (_("%P: includes nested too deeply\n"));
+    fatal (_("%F:includes nested too deeply\n"));
   file_name_stack[include_stack_ptr] = name;
   lineno_stack[include_stack_ptr] = lineno;
   sysrooted_stack[include_stack_ptr] = input_flags.sysrooted;
@@ -568,7 +568,7 @@ lex_redirect (const char *string, const char *fake_filename, unsigned int count)
 
   yy_init = 0;
   if (include_stack_ptr >= MAX_INCLUDE_DEPTH)
-    fatal (_("%P: macros nested too deeply\n"));
+    fatal (_("%F: macros nested too deeply\n"));
   file_name_stack[include_stack_ptr] = fake_filename;
   lineno_stack[include_stack_ptr] = lineno;
   include_stack[include_stack_ptr] = YY_CURRENT_BUFFER;
@@ -672,7 +672,7 @@ yy_input (char *buf, int max_size)
        {
          result = fread (buf, 1, max_size, yyin);
          if (result < max_size && ferror (yyin))
-           fatal (_("%P: read in flex scanner failed\n"));
+           fatal (_("%F%P: read in flex scanner failed\n"));
        }
     }
   return result;
@@ -709,7 +709,7 @@ comment (void)
 
       if (c == 0)
        {
-         fatal (_("%P: EOF in comment\n"));
+         fatal (_("%F%P: EOF in comment\n"));
          break;
        }
     }
@@ -730,7 +730,7 @@ lex_warn_invalid (char *where, char *what)
   if (ldfile_assumed_script)
     {
       bfd_set_error (bfd_error_file_not_recognized);
-      fatal (_("%s: file not recognized: %E\n"), ldlex_filename ());
+      fatal (_("%F%s: file not recognized: %E\n"), ldlex_filename ());
     }
 
   if (! ISPRINT (*what))
index 54a834e42a61ff03cbcf8cba3c435b238c91549b..88cf0375a088e66086b11f825401a5fa8c5bb92e 100644 (file)
@@ -196,7 +196,7 @@ write_dependency_file (void)
   if (out == NULL)
     {
       bfd_set_error (bfd_error_system_call);
-      fatal (_("%P: cannot open dependency file %s: %E\n"),
+      fatal (_("%F%P: cannot open dependency file %s: %E\n"),
             config.dependency_file);
     }
 
@@ -289,7 +289,7 @@ main (int argc, char **argv)
   expandargv (&argc, &argv);
 
   if (bfd_init () != BFD_INIT_MAGIC)
-    fatal (_("%P: fatal error: libbfd ABI mismatch\n"));
+    fatal (_("%F%P: fatal error: libbfd ABI mismatch\n"));
 
   bfd_set_error_program_name (program_name);
 
@@ -495,14 +495,14 @@ main (int argc, char **argv)
     xexit (0);
 
   if (link_info.inhibit_common_definition && !bfd_link_dll (&link_info))
-    fatal (_("%P: --no-define-common may not be used without -shared\n"));
+    fatal (_("%F%P: --no-define-common may not be used without -shared\n"));
 
   if (!lang_has_input_file)
     {
       if (version_printed || command_line.print_output_format)
        xexit (0);
       output_unknown_cmdline_warnings ();
-      fatal (_("%P: no input files\n"));
+      fatal (_("%F%P: no input files\n"));
     }
 
   if (verbose)
@@ -524,7 +524,7 @@ main (int argc, char **argv)
          if (config.map_file == (FILE *) NULL)
            {
              bfd_set_error (bfd_error_system_call);
-             einfo (_("%P: cannot open map file %s: %E\n"),
+             fatal (_("%F%P: cannot open map file %s: %E\n"),
                     config.map_filename);
            }
        }
@@ -599,7 +599,7 @@ main (int argc, char **argv)
       bfd *obfd = link_info.output_bfd;
       link_info.output_bfd = NULL;
       if (!bfd_close (obfd))
-       fatal (_("%P: %s: final close failed: %E\n"), output_filename);
+       fatal (_("%F%P: %s: final close failed: %E\n"), output_filename);
 
       link_info.output_bfd = NULL;
 
@@ -628,10 +628,10 @@ main (int argc, char **argv)
              dst = fopen (dst_name, FOPEN_WB);
 
              if (!src)
-               fatal (_("%P: unable to open for source of copy `%s'\n"),
+               fatal (_("%F%P: unable to open for source of copy `%s'\n"),
                       output_filename);
              if (!dst)
-               fatal (_("%P: unable to open for destination of copy `%s'\n"),
+               fatal (_("%F%P: unable to open for destination of copy `%s'\n"),
                       dst_name);
              while ((l = fread (buf, 1, bsize, src)) > 0)
                {
@@ -745,7 +745,7 @@ get_emulation (int argc, char **argv)
                  i++;
                }
              else
-               fatal (_("%P: missing argument to -m\n"));
+               fatal (_("%F%P: missing argument to -m\n"));
            }
          else if (strcmp (argv[i], "-mips1") == 0
                   || strcmp (argv[i], "-mips2") == 0
@@ -799,11 +799,11 @@ add_ysym (const char *name)
                                  bfd_hash_newfunc,
                                  sizeof (struct bfd_hash_entry),
                                  61))
-       fatal (_("%P: bfd_hash_table_init failed: %E\n"));
+       fatal (_("%F%P: bfd_hash_table_init failed: %E\n"));
     }
 
   if (bfd_hash_lookup (link_info.notice_hash, name, true, true) == NULL)
-    fatal (_("%P: bfd_hash_lookup failed: %E\n"));
+    fatal (_("%F%P: bfd_hash_lookup failed: %E\n"));
 }
 
 void
@@ -816,11 +816,11 @@ add_ignoresym (struct bfd_link_info *info, const char *name)
                                  bfd_hash_newfunc,
                                  sizeof (struct bfd_hash_entry),
                                  61))
-       fatal (_("%P: bfd_hash_table_init failed: %E\n"));
+       fatal (_("%F%P: bfd_hash_table_init failed: %E\n"));
     }
 
   if (bfd_hash_lookup (info->ignore_hash, name, true, true) == NULL)
-    fatal (_("%P: bfd_hash_lookup failed: %E\n"));
+    fatal (_("%F%P: bfd_hash_lookup failed: %E\n"));
 }
 
 /* Record a symbol to be wrapped, from the --wrap option.  */
@@ -836,11 +836,11 @@ add_wrap (const char *name)
                                  bfd_hash_newfunc,
                                  sizeof (struct bfd_hash_entry),
                                  61))
-       fatal (_("%P: bfd_hash_table_init failed: %E\n"));
+       fatal (_("%F%P: bfd_hash_table_init failed: %E\n"));
     }
 
   if (bfd_hash_lookup (link_info.wrap_hash, name, true, true) == NULL)
-    fatal (_("%P: bfd_hash_lookup failed: %E\n"));
+    fatal (_("%F%P: bfd_hash_lookup failed: %E\n"));
 }
 
 /* Handle the -retain-symbols-file option.  */
@@ -868,7 +868,7 @@ add_keepsyms_file (const char *filename)
       xmalloc (sizeof (struct bfd_hash_table));
   if (!bfd_hash_table_init (link_info.keep_hash, bfd_hash_newfunc,
                            sizeof (struct bfd_hash_entry)))
-    fatal (_("%P: bfd_hash_table_init failed: %E\n"));
+    fatal (_("%F%P: bfd_hash_table_init failed: %E\n"));
 
   bufsize = 100;
   buf = (char *) xmalloc (bufsize);
@@ -898,7 +898,7 @@ add_keepsyms_file (const char *filename)
          buf[len] = '\0';
 
          if (bfd_hash_lookup (link_info.keep_hash, buf, true, true) == NULL)
-           fatal (_("%P: bfd_hash_lookup for insertion failed: %E\n"));
+           fatal (_("%F%P: bfd_hash_lookup for insertion failed: %E\n"));
        }
     }
 
@@ -1310,7 +1310,7 @@ constructor_callback (struct bfd_link_info *info,
   if (bfd_reloc_type_lookup (info->output_bfd, BFD_RELOC_CTOR) == NULL
       && (bfd_link_relocatable (info)
          || bfd_reloc_type_lookup (abfd, BFD_RELOC_CTOR) == NULL))
-    fatal (_("%P: BFD backend error: BFD_RELOC_CTOR unsupported\n"));
+    fatal (_("%F%P: BFD backend error: BFD_RELOC_CTOR unsupported\n"));
 
   s = set_name;
   if (bfd_get_symbol_leading_char (abfd) != '\0')
@@ -1322,7 +1322,7 @@ constructor_callback (struct bfd_link_info *info,
 
   h = bfd_link_hash_lookup (info->hash, set_name, true, true, true);
   if (h == (struct bfd_link_hash_entry *) NULL)
-    fatal (_("%P: bfd_link_hash_lookup failed: %E\n"));
+    fatal (_("%F%P: bfd_link_hash_lookup failed: %E\n"));
   if (h->type == bfd_link_hash_new)
     {
       h->type = bfd_link_hash_undefined;
@@ -1355,7 +1355,7 @@ symbol_warning (const char *warning, const char *symbol, bfd *abfd)
   struct warning_callback_info cinfo;
 
   if (!bfd_generic_link_read_symbols (abfd))
-    fatal (_("%P: %pB: could not read symbols: %E\n"), abfd);
+    fatal (_("%F%P: %pB: could not read symbols: %E\n"), abfd);
 
   cinfo.found = false;
   cinfo.warning = warning;
@@ -1417,14 +1417,14 @@ warning_find_reloc (bfd *abfd, asection *sec, void *iarg)
 
   relsize = bfd_get_reloc_upper_bound (abfd, sec);
   if (relsize < 0)
-    fatal (_("%P: %pB: could not read relocs: %E\n"), abfd);
+    fatal (_("%F%P: %pB: could not read relocs: %E\n"), abfd);
   if (relsize == 0)
     return;
 
   relpp = (arelent **) xmalloc (relsize);
   relcount = bfd_canonicalize_reloc (abfd, sec, relpp, info->asymbols);
   if (relcount < 0)
-    fatal (_("%P: %pB: could not read relocs: %E\n"), abfd);
+    fatal (_("%F%P: %pB: could not read relocs: %E\n"), abfd);
 
   p = relpp;
   pend = p + relcount;
index 9ee0781b4de790efa877149cdd83ddf6244ab35f..c45549319f0e7c84481093e55812c95f436d40b3 100644 (file)
@@ -324,7 +324,7 @@ vfinfo (FILE *fp, const char *fmt, va_list ap, bool is_warning)
                if (abfd != NULL)
                  {
                    if (!bfd_generic_link_read_symbols (abfd))
-                     fatal (_("%P: %pB: could not read symbols: %E\n"), abfd);
+                     fatal (_("%F%P: %pB: could not read symbols: %E\n"), abfd);
 
                    asymbols = bfd_get_outsymbols (abfd);
                  }
@@ -713,7 +713,7 @@ output_unknown_cmdline_warnings (void)
 void
 info_assert (const char *file, unsigned int line)
 {
-  fatal (_("%P: internal error %s %d\n"), file, line);
+  fatal (_("%F%P: internal error %s %d\n"), file, line);
 }
 
 /* ('m' for map) Format info message and print on map.  */
@@ -782,7 +782,7 @@ ld_abort (const char *file, int line, const char *fn)
   else
     einfo (_("%P: internal error: aborting at %s:%d\n"),
           file, line);
-  fatal (_("%P: please report this bug\n"));
+  fatal (_("%F%P: please report this bug\n"));
 }
 
 /* Decode a hexadecimal character. Return -1 on error. */
index 7613def6767084fb70bc16ecd839392877684a20..62e8710930d32e41bf501c74180d88b38a14ee09 100644 (file)
@@ -57,14 +57,14 @@ build_link_order (lang_statement_union_type *statement)
 
        link_order = bfd_new_link_order (link_info.output_bfd, output_section);
        if (link_order == NULL)
-         fatal (_("%P: bfd_new_link_order failed: %E\n"));
+         fatal (_("%F%P: bfd_new_link_order failed: %E\n"));
 
        link_order->type = bfd_data_link_order;
        link_order->offset = statement->data_statement.output_offset;
        link_order->u.data.contents = bfd_alloc (link_info.output_bfd,
                                                 QUAD_SIZE);
        if (link_order->u.data.contents == NULL)
-         fatal (_("%P: bfd_new_link_order failed: %E\n"));
+         fatal (_("%F%P: bfd_new_link_order failed: %E\n"));
 
        value = statement->data_statement.value;
 
@@ -170,7 +170,7 @@ build_link_order (lang_statement_union_type *statement)
 
        link_order = bfd_new_link_order (link_info.output_bfd, output_section);
        if (link_order == NULL)
-         fatal (_("%P: bfd_new_link_order failed: %E\n"));
+         fatal (_("%F%P: bfd_new_link_order failed: %E\n"));
 
        link_order->offset = rs->output_offset;
        link_order->size = bfd_get_reloc_size (rs->howto);
@@ -178,7 +178,7 @@ build_link_order (lang_statement_union_type *statement)
        link_order->u.reloc.p = (struct bfd_link_order_reloc *)
          bfd_alloc (link_info.output_bfd, sizeof (struct bfd_link_order_reloc));
        if (link_order->u.reloc.p == NULL)
-         fatal (_("%P: bfd_new_link_order failed: %E\n"));
+         fatal (_("%F%P: bfd_new_link_order failed: %E\n"));
 
        link_order->u.reloc.p->reloc = rs->reloc;
        link_order->u.reloc.p->addend = rs->addend_value;
@@ -224,7 +224,7 @@ build_link_order (lang_statement_union_type *statement)
            link_order = bfd_new_link_order (link_info.output_bfd,
                                             output_section);
            if (link_order == NULL)
-             fatal (_("%P: bfd_new_link_order failed: %E\n"));
+             fatal (_("%F%P: bfd_new_link_order failed: %E\n"));
 
            if ((i->flags & SEC_NEVER_LOAD) != 0
                && (i->flags & SEC_DEBUGGING) == 0)
@@ -265,7 +265,7 @@ build_link_order (lang_statement_union_type *statement)
        link_order = bfd_new_link_order (link_info.output_bfd,
                                         output_section);
        if (link_order == NULL)
-         fatal (_("%P: bfd_new_link_order failed: %E\n"));
+         fatal (_("%F%P: bfd_new_link_order failed: %E\n"));
        link_order->type = bfd_data_link_order;
        link_order->size = statement->padding_statement.size;
        link_order->offset = statement->padding_statement.output_offset;
@@ -334,7 +334,7 @@ clone_section (bfd *abfd, asection *s, const char *name, int *count)
       if (startswith (name, ".stab")
          || strcmp (name, "$GDB_SYMBOLS$") == 0)
        {
-         fatal (_ ("%P: cannot create split section name for %s\n"), name);
+         fatal (_ ("%F%P: cannot create split section name for %s\n"), name);
          return NULL;
        }
       tname[5] = 0;
@@ -345,7 +345,7 @@ clone_section (bfd *abfd, asection *s, const char *name, int *count)
       || (h = bfd_link_hash_lookup (link_info.hash,
                                    sname, true, true, false)) == NULL)
     {
-      fatal (_("%P: clone section failed: %E\n"));
+      fatal (_("%F%P: clone section failed: %E\n"));
       return NULL;
     }
   free (tname);
@@ -548,8 +548,8 @@ ldwrite (void)
   if (!bfd_final_link (link_info.output_bfd, &link_info))
     {
       if (bfd_get_error () != bfd_error_no_error)
-       fatal (_("%P: final link failed: %E\n"));
+       fatal (_("%F%P: final link failed: %E\n"));
       else
-       fatal (_("%P: final link failed\n"));
+       fatal (_("%F%P: final link failed\n"));
     }
 }
index dcb655a6852ed00fd6c09f6e0906d9c7d5068019..7dea79a41e76e200f47ca51689d38d20bd0a91b7 100644 (file)
@@ -810,7 +810,7 @@ parse_args (unsigned argc, char **argv)
               && optc != argv[last_optind][1])
        {
          if (optarg)
-           fatal (_("%P: Error: unable to disambiguate: "
+           fatal (_("%F%P: Error: unable to disambiguate: "
                     "%s (did you mean -%s ?)\n"),
                   argv[last_optind], argv[last_optind]);
          else
@@ -851,7 +851,7 @@ parse_args (unsigned argc, char **argv)
          /* Fall through.  */
 
        default:
-         fatal (_("%P: use the --help option for usage information\n"));
+         fatal (_("%F%P: use the --help option for usage information\n"));
          break;
 
        case 1:                 /* File name.  */
@@ -870,7 +870,7 @@ parse_args (unsigned argc, char **argv)
                   || strcmp (optarg, "default") == 0)
            input_flags.dynamic = true;
          else
-           fatal (_("%P: unrecognized -a option `%s'\n"), optarg);
+           fatal (_("%F%P: unrecognized -a option `%s'\n"), optarg);
          break;
        case OPTION_ASSERT:
          /* FIXME: We just ignore these, but we should handle them.  */
@@ -883,7 +883,7 @@ parse_args (unsigned argc, char **argv)
          else if (strcmp (optarg, "pure-text") == 0)
            ;
          else
-           fatal (_("%P: unrecognized -assert option `%s'\n"), optarg);
+           fatal (_("%F%P: unrecognized -assert option `%s'\n"), optarg);
          break;
        case 'A':
          ldfile_add_arch (optarg);
@@ -927,7 +927,7 @@ parse_args (unsigned argc, char **argv)
 
              style = cplus_demangle_name_to_style (optarg);
              if (style == unknown_demangling)
-               fatal (_("%P: unknown demangling style `%s'\n"), optarg);
+               fatal (_("%F%P: unknown demangling style `%s'\n"), optarg);
 
              cplus_demangle_set_style (style);
            }
@@ -1034,7 +1034,7 @@ parse_args (unsigned argc, char **argv)
            char *end;
            g_switch_value = strtoul (optarg, &end, 0);
            if (*end)
-             fatal (_("%P: invalid number `%s'\n"), optarg);
+             fatal (_("%F%P: invalid number `%s'\n"), optarg);
          }
          break;
        case 'g':
@@ -1130,7 +1130,7 @@ parse_args (unsigned argc, char **argv)
              link_info.unresolved_syms_in_shared_libs = RM_IGNORE;
            }
          else
-           fatal (_("%P: bad --unresolved-symbols option: %s\n"), optarg);
+           fatal (_("%F%P: bad --unresolved-symbols option: %s\n"), optarg);
          break;
        case OPTION_WARN_UNRESOLVED_SYMBOLS:
          link_info.warn_unresolved_syms = true;
@@ -1217,7 +1217,7 @@ parse_args (unsigned argc, char **argv)
          break;
        case OPTION_PLUGIN_OPT:
          if (plugin_opt_plugin_arg (optarg))
-           fatal (_("%P: bad -plugin-opt option\n"));
+           fatal (_("%F%P: bad -plugin-opt option\n"));
          break;
        case OPTION_PLUGIN_SAVE_TEMPS:
          config.plugin_save_temps = true;
@@ -1237,10 +1237,10 @@ parse_args (unsigned argc, char **argv)
               an error message here.  We cannot just make this a warning,
               increment optind, and continue because getopt is too confused
               and will seg-fault the next time around.  */
-           fatal(_("%P: unrecognised option: %s\n"), argv[optind]);
+           fatal(_("%F%P: unrecognised option: %s\n"), argv[optind]);
 
          if (bfd_link_pic (&link_info))
-           fatal (_("%P: -r and %s may not be used together\n"),
+           fatal (_("%F%P: -r and %s may not be used together\n"),
                   bfd_link_dll (&link_info) ? "-shared" : "-pie");
 
          link_info.type = type_relocatable;
@@ -1350,7 +1350,7 @@ parse_args (unsigned argc, char **argv)
          if (config.has_shared)
            {
              if (bfd_link_relocatable (&link_info))
-               fatal (_("%P: -r and %s may not be used together\n"),
+               fatal (_("%F%P: -r and %s may not be used together\n"),
                       "-shared");
 
              link_info.type = type_dll;
@@ -1362,7 +1362,7 @@ parse_args (unsigned argc, char **argv)
                link_info.unresolved_syms_in_shared_libs = RM_IGNORE;
            }
          else
-           fatal (_("%P: -shared not supported\n"));
+           fatal (_("%F%P: -shared not supported\n"));
          break;
        case OPTION_NO_PIE:
          link_info.type = type_pde;
@@ -1371,12 +1371,12 @@ parse_args (unsigned argc, char **argv)
          if (config.has_shared)
            {
              if (bfd_link_relocatable (&link_info))
-               fatal (_("%P: -r and %s may not be used together\n"), "-pie");
+               fatal (_("%F%P: -r and %s may not be used together\n"), "-pie");
 
              link_info.type = type_pie;
            }
          else
-           fatal (_("%P: -pie not supported\n"));
+           fatal (_("%F%P: -pie not supported\n"));
          break;
        case 'h':               /* Used on Solaris.  */
        case OPTION_SONAME:
@@ -1393,7 +1393,7 @@ parse_args (unsigned argc, char **argv)
          else if (strcmp (optarg, N_("ascending")) == 0)
            config.sort_common = sort_ascending;
          else
-           fatal (_("%P: invalid common section sorting option: %s\n"),
+           fatal (_("%F%P: invalid common section sorting option: %s\n"),
                   optarg);
          break;
        case OPTION_SORT_SECTION:
@@ -1402,7 +1402,7 @@ parse_args (unsigned argc, char **argv)
          else if (strcmp (optarg, N_("alignment")) == 0)
            sort_section = by_alignment;
          else
-           fatal (_("%P: invalid section sorting option: %s\n"), optarg);
+           fatal (_("%F%P: invalid section sorting option: %s\n"), optarg);
          break;
        case OPTION_SECTION_ORDERING_FILE:
          if (command_line.section_ordering_file != NULL
@@ -1444,14 +1444,14 @@ parse_args (unsigned argc, char **argv)
            /* Check for <something>=<somthing>...  */
            optarg2 = strchr (optarg, '=');
            if (optarg2 == NULL)
-             fatal (_("%P: invalid argument to option"
+             fatal (_("%F%P: invalid argument to option"
                       " \"--section-start\"\n"));
 
            optarg2++;
 
            /* So far so good.  Are all the args present?  */
            if ((*optarg == '\0') || (*optarg2 == '\0'))
-             fatal (_("%P: missing argument(s) to option"
+             fatal (_("%F%P: missing argument(s) to option"
                       " \"--section-start\"\n"));
 
            /* We must copy the section name as set_section_start
@@ -1498,7 +1498,7 @@ parse_args (unsigned argc, char **argv)
          /* Fall through.  */
        case OPTION_UR:
          if (bfd_link_pic (&link_info))
-           fatal (_("%P: -r and %s may not be used together\n"),
+           fatal (_("%F%P: -r and %s may not be used together\n"),
                   bfd_link_dll (&link_info) ? "-shared" : "-pie");
 
          link_info.type = type_relocatable;
@@ -1529,7 +1529,7 @@ parse_args (unsigned argc, char **argv)
              char *end;
              int level ATTRIBUTE_UNUSED = strtoul (optarg, &end, 0);
              if (*end)
-               fatal (_("%P: invalid number `%s'\n"), optarg);
+               fatal (_("%F%P: invalid number `%s'\n"), optarg);
 #if BFD_SUPPORTS_PLUGINS
              report_plugin_symbols = level > 1;
 #endif /* BFD_SUPPORTS_PLUGINS */
@@ -1724,7 +1724,7 @@ parse_args (unsigned argc, char **argv)
          break;
        case ')':
          if (! ingroup)
-           fatal (_("%P: group ended before it began (--help for usage)\n"));
+           fatal (_("%F%P: group ended before it began (--help for usage)\n"));
 
          lang_leave_group ();
          ingroup--;
@@ -1740,7 +1740,7 @@ parse_args (unsigned argc, char **argv)
 
        case OPTION_REMAP_INPUTS_FILE:
          if (! ldfile_add_remap_file (optarg))
-           fatal (_("%P: failed to add remap file %s\n"), optarg);
+           fatal (_("%F%P: failed to add remap file %s\n"), optarg);
          break;
 
        case OPTION_REMAP_INPUTS:
@@ -1749,7 +1749,7 @@ parse_args (unsigned argc, char **argv)
            if (optarg2 == NULL)
              /* FIXME: Should we allow --remap-inputs=@myfile as a synonym
                 for --remap-inputs-file=myfile ?  */
-             fatal (_("%P: invalid argument to option --remap-inputs\n"));
+             fatal (_("%F%P: invalid argument to option --remap-inputs\n"));
            size_t len = optarg2 - optarg;
            char * pattern = xmalloc (len + 1);
            memcpy (pattern, optarg, len);
@@ -1770,7 +1770,7 @@ parse_args (unsigned argc, char **argv)
            char *end;
            bfd_size_type cache_size = strtoul (optarg, &end, 0);
            if (*end != '\0')
-             fatal (_("%P: invalid cache memory size: %s\n"), optarg);
+             fatal (_("%F%P: invalid cache memory size: %s\n"), optarg);
            link_info.max_cache_size = cache_size;
          }
          break;
@@ -1795,7 +1795,7 @@ parse_args (unsigned argc, char **argv)
 
        case OPTION_POP_STATE:
          if (input_flags.pushed == NULL)
-           fatal (_("%P: no state pushed before popping\n"));
+           fatal (_("%F%P: no state pushed before popping\n"));
          else
            {
              struct lang_input_statement_flags *oldp = input_flags.pushed;
@@ -1818,7 +1818,7 @@ parse_args (unsigned argc, char **argv)
          else if (strcasecmp (optarg, "discard") == 0)
            config.orphan_handling = orphan_handling_discard;
          else
-           fatal (_("%P: invalid argument to option"
+           fatal (_("%F%P: invalid argument to option"
                     " \"--orphan-handling\"\n"));
          break;
 
@@ -1856,7 +1856,7 @@ parse_args (unsigned argc, char **argv)
          else if (strcmp (optarg, "share-duplicated") == 0)
            config.ctf_share_duplicated = true;
          else
-           fatal (_("%P: bad --ctf-share-types option: %s\n"), optarg);
+           fatal (_("%F%P: bad --ctf-share-types option: %s\n"), optarg);
          break;
        }
     }
@@ -2042,7 +2042,7 @@ parse_args (unsigned argc, char **argv)
   if (config.no_section_header)
     {
       if (bfd_link_relocatable (&link_info))
-       fatal (_("%P: -r and -z nosectionheader may not be used together\n"));
+       fatal (_("%F%P: -r and -z nosectionheader may not be used together\n"));
 
       link_info.strip = strip_all;
     }
@@ -2050,9 +2050,9 @@ parse_args (unsigned argc, char **argv)
   if (!bfd_link_dll (&link_info))
     {
       if (command_line.filter_shlib)
-       fatal (_("%P: -F may not be used without -shared\n"));
+       fatal (_("%F%P: -F may not be used without -shared\n"));
       if (command_line.auxiliary_filters)
-       fatal (_("%P: -f may not be used without -shared\n"));
+       fatal (_("%F%P: -f may not be used without -shared\n"));
     }
 
   /* Treat ld -r -s as ld -r -S -x (i.e., strip all local symbols).  I
@@ -2093,7 +2093,7 @@ set_section_start (char *sect, char *valstr)
   const char *end;
   bfd_vma val = bfd_scan_vma (valstr, &end, 16);
   if (*end)
-    fatal (_("%P: invalid hex number `%s'\n"), valstr);
+    fatal (_("%F%P: invalid hex number `%s'\n"), valstr);
   lang_section_start (sect, exp_intop (val), NULL);
 }
 
@@ -2106,7 +2106,7 @@ set_segment_start (const char *section, char *valstr)
 
   bfd_vma val = bfd_scan_vma (valstr, &end, 16);
   if (*end)
-    fatal (_("%P: invalid hex number `%s'\n"), valstr);
+    fatal (_("%F%P: invalid hex number `%s'\n"), valstr);
   /* If we already have an entry for this segment, update the existing
      value.  */
   name = section + 1;
index 586d23d27433508a8032574340a3d2d60363503e..5c75b52bc13dd0832aefa06d8dc3338d8c4ab8e5 100644 (file)
--- a/ld/mri.c
+++ b/ld/mri.c
@@ -288,7 +288,7 @@ mri_format (const char *name)
     lang_add_output_format ("srec", NULL, NULL, 1);
 
   else
-    fatal (_("%P: unknown format type %s\n"), name);
+    fatal (_("%F%P: unknown format type %s\n"), name);
 }
 
 void
index a6de3e2b4bfea572cd573ea2f7219dd90eb83cef..1b1ab9f64bba936a16f8be1bcc737e3dc77bfe17 100644 (file)
@@ -777,7 +777,7 @@ process_def_file_and_drectve (bfd *abfd ATTRIBUTE_UNUSED, struct bfd_link_info *
 
          if (!bfd_generic_link_read_symbols (b))
            {
-             fatal (_("%P: %pB: could not read symbols: %E\n"), b);
+             fatal (_("%F%P: %pB: could not read symbols: %E\n"), b);
              return;
            }
 
@@ -1069,7 +1069,7 @@ build_filler_bfd (bool include_edata)
                             bfd_get_arch (link_info.output_bfd),
                             bfd_get_mach (link_info.output_bfd)))
     {
-      fatal (_("%P: can not create BFD: %E\n"));
+      fatal (_("%F%P: can not create BFD: %E\n"));
       return;
     }
 
@@ -1347,7 +1347,7 @@ pe_walk_relocs (struct bfd_link_info *info,
 
       if (!bfd_generic_link_read_symbols (b))
        {
-         fatal (_("%P: %pB: could not read symbols: %E\n"), b);
+         fatal (_("%F%P: %pB: could not read symbols: %E\n"), b);
          return;
        }
 
@@ -1428,7 +1428,7 @@ pe_find_data_imports (const char *symhead,
       if (!bfd_hash_table_init (import_hash,
                                bfd_hash_newfunc,
                                sizeof (struct bfd_hash_entry)))
-       fatal (_("%P: bfd_hash_table_init failed: %E\n"));
+       fatal (_("%F%P: bfd_hash_table_init failed: %E\n"));
     }
   else
     import_hash = NULL;
@@ -1468,7 +1468,7 @@ pe_find_data_imports (const char *symhead,
 
                if (!bfd_generic_link_read_symbols (b))
                  {
-                   fatal (_("%P: %pB: could not read symbols: %E\n"), b);
+                   fatal (_("%F%P: %pB: could not read symbols: %E\n"), b);
                    return;
                  }
 
@@ -1570,7 +1570,7 @@ generate_reloc (bfd *abfd, struct bfd_link_info *info)
 
       if (!bfd_generic_link_read_symbols (b))
        {
-         fatal (_("%P: %pB: could not read symbols: %E\n"), b);
+         fatal (_("%F%P: %pB: could not read symbols: %E\n"), b);
          return;
        }
 
index 50cc022569fba3ea3ce5368ea16c04dde81c3ac0..e0013fc44bc0c51ca4569cf4b15c66af7c5ed51a 100644 (file)
@@ -252,7 +252,7 @@ plugin_opt_plugin (const char *plugin)
   newplug->name = plugin;
   newplug->dlhandle = dlopen (plugin, RTLD_NOW);
   if (!newplug->dlhandle)
-    fatal (_("%P: %s: error loading plugin: %s\n"), plugin, dlerror ());
+    fatal (_("%F%P: %s: error loading plugin: %s\n"), plugin, dlerror ());
 
   /* Check if plugin has been loaded already.  */
   while (curplug)
@@ -343,7 +343,7 @@ plugin_get_ir_dummy_bfd (const char *name, bfd *srctemplate)
        }
     }
  report_error:
-  fatal (_("%P: could not create dummy IR bfd: %E\n"));
+  fatal (_("%F%P: could not create dummy IR bfd: %E\n"));
   return NULL;
 }
 
@@ -424,7 +424,7 @@ asymbol_from_plugin_symbol (bfd *abfd, asymbol *asym,
       unsigned char visibility;
 
       if (!elfsym)
-       fatal (_("%P: %s: non-ELF symbol in ELF BFD!\n"), asym->name);
+       fatal (_("%F%P: %s: non-ELF symbol in ELF BFD!\n"), asym->name);
 
       if (ldsym->def == LDPK_COMMON)
        {
@@ -435,7 +435,7 @@ asymbol_from_plugin_symbol (bfd *abfd, asymbol *asym,
       switch (ldsym->visibility)
        {
        default:
-         fatal (_("%P: unknown ELF symbol visibility: %d!\n"),
+         fatal (_("%F%P: unknown ELF symbol visibility: %d!\n"),
                 ldsym->visibility);
          return LDPS_ERR;
 
@@ -557,7 +557,7 @@ get_view (const void *handle, const void **viewp)
 
   /* FIXME: einfo should support %lld.  */
   if ((off_t) size != input->filesize)
-    fatal (_("%P: unsupported input file size: %s (%ld bytes)\n"),
+    fatal (_("%F%P: unsupported input file size: %s (%ld bytes)\n"),
           input->name, (long) input->filesize);
 
   /* Check the cached view buffer.  */
@@ -833,7 +833,7 @@ get_symbols (const void *handle, int nsyms, struct ld_plugin_symbol *syms,
          && blhe->type != bfd_link_hash_common)
        {
          /* We should not have a new, indirect or warning symbol here.  */
-         fatal (_("%P: %s: plugin symbol table corrupt (sym type %d)\n"),
+         fatal (_("%F%P: %s: plugin symbol table corrupt (sym type %d)\n"),
                 called_plugin->name, blhe->type);
        }
 
@@ -985,14 +985,13 @@ message (int level, const char *format, ...)
     case LDPL_ERROR:
     default:
       {
-       char *newfmt = concat (_("%X%P: error: "), format, "\n",
+       char *newfmt = concat (level == LDPL_FATAL ? "%F" : "%X",
+                              _("%P: error: "), format, "\n",
                               (const char *) NULL);
        fflush (stdout);
        vfinfo (stderr, newfmt, args, true);
        fflush (stderr);
        free (newfmt);
-       if (level == LDPL_FATAL)
-         fatal ("");
       }
       break;
     }
@@ -1135,14 +1134,14 @@ plugin_load_plugins (void)
       if (!onloadfn)
        onloadfn = (ld_plugin_onload) dlsym (curplug->dlhandle, "_onload");
       if (!onloadfn)
-       fatal (_("%P: %s: error loading plugin: %s\n"),
+       fatal (_("%F%P: %s: error loading plugin: %s\n"),
               curplug->name, dlerror ());
       set_tv_plugin_args (curplug, &my_tv[tv_header_size]);
       called_plugin = curplug;
       rv = (*onloadfn) (my_tv);
       called_plugin = NULL;
       if (rv != LDPS_OK)
-       fatal (_("%P: %s: plugin error: %d\n"), curplug->name, rv);
+       fatal (_("%F%P: %s: plugin error: %d\n"), curplug->name, rv);
       curplug = curplug->next;
     }
 
@@ -1206,7 +1205,7 @@ plugin_strdup (bfd *abfd, const char *str)
   strlength = strlen (str) + 1;
   copy = bfd_alloc (abfd, strlength);
   if (copy == NULL)
-    fatal (_("%P: plugin_strdup failed to allocate memory: %s\n"),
+    fatal (_("%F%P: plugin_strdup failed to allocate memory: %s\n"),
           bfd_get_error ());
   memcpy (copy, str, strlength);
   return copy;
@@ -1248,7 +1247,7 @@ plugin_object_p (bfd *ibfd, bool known_used)
 
   input = bfd_alloc (abfd, sizeof (*input));
   if (input == NULL)
-    fatal (_("%P: plugin failed to allocate memory for input: %s\n"),
+    fatal (_("%F%P: plugin failed to allocate memory for input: %s\n"),
           bfd_get_error ());
 
   if (!bfd_plugin_open_input (ibfd, &file))
@@ -1277,7 +1276,7 @@ plugin_object_p (bfd *ibfd, bool known_used)
 
   if (plugin_call_claim_file (&file, &claimed, &claim_file_handler_v2,
                              known_used))
-    fatal (_("%P: %s: plugin reported error claiming file\n"),
+    fatal (_("%F%P: %s: plugin reported error claiming file\n"),
           plugin_error_plugin ());
 
   if (input->fd != -1