Remove arm_override_mode
[deliverable/binutils-gdb.git] / bfd / coff-alpha.c
index 36877f7300ec30e3b35669be01d0ff0a0dbaf472..eabfe0d61e37270ccd941b788b6e76fcc8edd791 100644 (file)
@@ -597,6 +597,7 @@ alpha_adjust_reloc_in (bfd *abfd,
 {
   if (intern->r_type > ALPHA_R_GPVALUE)
     {
+      /* xgettext:c-format */
       _bfd_error_handler
        (_("%B: unknown/unsupported relocation type %d"),
         abfd, intern->r_type);
@@ -1513,6 +1514,7 @@ alpha_relocate_section (bfd *output_bfd,
 
        default:
          _bfd_error_handler
+           /* xgettext:c-format */
            (_("%B: unknown relocation type %d"),
             input_bfd, (int) r_type);
          bfd_set_error (bfd_error_bad_value);
This page took 0.023026 seconds and 4 git commands to generate.