Add c-format tags to translatable strings with more than one argument-using formattin...
[deliverable/binutils-gdb.git] / bfd / elf64-hppa.c
index f0df607c9991fd9a0203a773fd8cb7823de3718c..dbeda1c991ba74437ac619640f898bc2fe652889 100644 (file)
@@ -2078,6 +2078,7 @@ elf64_hppa_finish_dynamic_symbol (bfd *output_bfd,
       if ((value & 7) || value + max_offset >= 2*max_offset - 8)
        {
          _bfd_error_handler
+           /* xgettext:c-format */
            (_("stub entry for %s cannot load .plt, dp offset = %ld"),
             hh->eh.root.root.string, (long) value);
          return FALSE;
@@ -3282,6 +3283,7 @@ elf_hppa_final_link_relocate (Elf_Internal_Rela *rel,
            && value + addend + max_branch_offset >= 2*max_branch_offset)
          {
            _bfd_error_handler
+             /* xgettext:c-format */
              (_("%B(%A+0x%" BFD_VMA_FMT "x): cannot reach %s"),
              input_bfd,
              input_section,
This page took 0.024571 seconds and 4 git commands to generate.