Fix test names starting with uppercase using multi-line gdb_test/mi_gdb_test
[deliverable/binutils-gdb.git] / bfd / aout-cris.c
index efed7214b8fbf967b77d27e80c4e5b72e6ed31a2..54ffeafa0e115cabdaba0f97cf9af3357e076a8d 100644 (file)
@@ -196,6 +196,7 @@ MY (swap_ext_reloc_out) (bfd *abfd,
      We may change this later, but assert this for the moment.  */
   if (r_type > 2)
     {
+      /* xgettext:c-format */
       _bfd_error_handler (_("%s: Invalid relocation type exported: %d"),
                          bfd_get_filename (abfd), r_type);
 
@@ -239,6 +240,7 @@ MY (swap_ext_reloc_in) (bfd *abfd,
 
   if (r_type > 2)
     {
+      /* xgettext:c-format */
       _bfd_error_handler (_("%B: Invalid relocation type imported: %d"),
                          abfd, r_type);
 
@@ -250,6 +252,7 @@ MY (swap_ext_reloc_in) (bfd *abfd,
   if (r_extern && r_index > symcount)
     {
       _bfd_error_handler
+       /* xgettext:c-format */
         (_("%B: Bad relocation record imported: %d"), abfd, r_index);
 
       bfd_set_error (bfd_error_wrong_format);
This page took 0.025819 seconds and 4 git commands to generate.