correct ft32 reloc range test
[deliverable/binutils-gdb.git] / bfd / elf32-sh-symbian.c
index 9abfd739b88afe813023690b69d4af238189ac2e..b0f519b5418fb6032720af1fee05ea9bdac4fb8d 100644 (file)
@@ -127,7 +127,7 @@ sh_symbian_import_as (struct bfd_link_info *info, bfd * abfd,
 
        bfd_set_error (bfd_error_invalid_operation);
        /* xgettext:c-format */
-       _bfd_error_handler (_("%B: IMPORT AS directive for %s conceals previous IMPORT AS"),
+       _bfd_error_handler (_("%pB: IMPORT AS directive for %s conceals previous IMPORT AS"),
                            abfd, current_name);
        return FALSE;
       }
@@ -381,7 +381,7 @@ sh_symbian_process_embedded_commands (struct bfd_link_info *info, bfd * abfd,
 
          bfd_set_error (bfd_error_invalid_operation);
          /* xgettext:c-format */
-         _bfd_error_handler (_("%B: Unrecognised .directive command: %s"),
+         _bfd_error_handler (_("%pB: unrecognized .directive command: %s"),
                              abfd, directive);
          break;
        }
@@ -499,7 +499,7 @@ sh_symbian_relocate_section (bfd *              output_bfd,
          if (new_hash == NULL)
            {
              /* xgettext:c-format */
-             _bfd_error_handler (_("%B: Failed to add renamed symbol %s"),
+             _bfd_error_handler (_("%pB: failed to add renamed symbol %s"),
                                  input_bfd, ptr->new_name);
              continue;
            }
This page took 0.033978 seconds and 4 git commands to generate.