x86: Treat relocation against IFUNC symbol as FUNC
[deliverable/binutils-gdb.git] / bfd / pe-mips.c
index 082bb4d3046c7433bf8cd7508d66bd93cdebb533..1a617a1583d66f1e8a31e75714935d4557971f78 100644 (file)
@@ -606,7 +606,7 @@ coff_pe_mips_relocate_section (bfd *output_bfd,
   if (bfd_link_relocatable (info))
     {
       _bfd_error_handler
-       (_("%B: `ld -r' not supported with PE MIPS objects\n"), input_bfd);
+       (_("%pB: `ld -r' not supported with PE MIPS objects"), input_bfd);
       bfd_set_error (bfd_error_bad_value);
       return FALSE;
     }
@@ -717,7 +717,7 @@ coff_pe_mips_relocate_section (bfd *output_bfd,
 
 #define UI(x)                                                 \
       /* xgettext:c-format */                                 \
-       _bfd_error_handler (_("%B: unimplemented %s\n"),       \
+       _bfd_error_handler (_("%pB: unimplemented %s"),        \
                            input_bfd, x);                     \
        bfd_set_error (bfd_error_bad_value);
 
@@ -743,7 +743,7 @@ coff_pe_mips_relocate_section (bfd *output_bfd,
          targ = val + (tmp & 0x03ffffff) * 4;
          if ((src & 0xf0000000) != (targ & 0xf0000000))
            {
-             _bfd_error_handler (_("%B: jump too far away\n"), input_bfd);
+             _bfd_error_handler (_("%pB: jump too far away"), input_bfd);
              bfd_set_error (bfd_error_bad_value);
              return FALSE;
            }
@@ -769,7 +769,7 @@ coff_pe_mips_relocate_section (bfd *output_bfd,
              targ = val + low + ((tmp & 0xffff) << 16);
              break;
            default:
-             _bfd_error_handler (_("%B: bad pair/reflo after refhi\n"),
+             _bfd_error_handler (_("%pB: bad pair/reflo after refhi"),
                                  input_bfd);
              bfd_set_error (bfd_error_bad_value);
              return FALSE;
This page took 0.026064 seconds and 4 git commands to generate.