Use %pA and %pB in messages rather than %A and %B
[deliverable/binutils-gdb.git] / bfd / elf32-or1k.c
index c3a2a8fe076dea5f27b2e812a9d519f2cc2c506b..67e5769e5e2ff4cdf027fecbf54fef96027c469c 100644 (file)
@@ -712,7 +712,7 @@ or1k_info_to_howto_rela (bfd * abfd ATTRIBUTE_UNUSED,
   if (r_type >= (unsigned int) R_OR1K_max)
     {
       /* xgettext:c-format */
-      _bfd_error_handler (_("%B: invalid OR1K reloc number: %d"), abfd, r_type);
+      _bfd_error_handler (_("%pB: invalid OR1K reloc number: %d"), abfd, r_type);
       r_type = 0;
     }
   cache_ptr->howto = & or1k_elf_howto_table[r_type];
@@ -1049,7 +1049,7 @@ or1k_elf_relocate_section (bfd *output_bfd,
                      {
                        BFD_FAIL ();
                        _bfd_error_handler
-                         (_("%B: probably compiled without -fPIC?"),
+                         (_("%pB: probably compiled without -fPIC?"),
                           input_bfd);
                        bfd_set_error (bfd_error_bad_value);
                        return FALSE;
@@ -1071,7 +1071,7 @@ or1k_elf_relocate_section (bfd *output_bfd,
          /* TODO: implement support for local dynamic.  */
          BFD_FAIL ();
          _bfd_error_handler
-           (_("%B: support for local dynamic not implemented"),
+           (_("%pB: support for local dynamic not implemented"),
             input_bfd);
          bfd_set_error (bfd_error_bad_value);
          return FALSE;
@@ -1206,7 +1206,7 @@ or1k_elf_relocate_section (bfd *output_bfd,
             be used as linker input.  */
          BFD_FAIL ();
          _bfd_error_handler
-           (_("%B: will not resolve runtime TLS relocation"),
+           (_("%pB: will not resolve runtime TLS relocation"),
             input_bfd);
          bfd_set_error (bfd_error_bad_value);
          return FALSE;
@@ -1526,7 +1526,7 @@ or1k_elf_check_relocs (bfd *abfd,
                      {
                        _bfd_error_handler
                          /* xgettext:c-format */
-                         (_("%B: bad relocation section name `%s\'"),
+                         (_("%pB: bad relocation section name `%s\'"),
                           abfd, name);
                      }
 
@@ -2278,7 +2278,7 @@ maybe_set_textrel (struct elf_link_hash_entry *h, void *info_p)
 
       info->flags |= DF_TEXTREL;
       info->callbacks->minfo
-       (_("%B: dynamic relocation against `%T' in read-only section `%A'\n"),
+       (_("%pB: dynamic relocation against `%T' in read-only section `%pA'\n"),
         sec->owner, h->root.root.string, sec);
 
       /* Not an error, just cut short the traversal.  */
@@ -2638,7 +2638,7 @@ elf32_or1k_merge_private_bfd_data (bfd *ibfd, struct bfd_link_info *info)
   if ((in_flags & EF_OR1K_NODELAY) != (out_flags & EF_OR1K_NODELAY))
     {
       _bfd_error_handler
-       (_("%B: EF_OR1K_NODELAY flag mismatch with previous modules"), ibfd);
+       (_("%pB: EF_OR1K_NODELAY flag mismatch with previous modules"), ibfd);
 
       bfd_set_error (bfd_error_bad_value);
       return FALSE;
This page took 0.029316 seconds and 4 git commands to generate.