2005-02-11 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / solib-aix5.c
index 3c6918355eaf86bc2ffed15b9e63c5fbec7af186..f002c222db4f5915503ef6338848e5a650036bbf 100644 (file)
@@ -839,7 +839,7 @@ aix5_relocate_section_addresses (struct so_list *so,
 
       if (idx >= so->lm_info->nmappings)
        internal_error (__FILE__, __LINE__,
-         "aix_relocate_section_addresses: Can't find mapping for section %s",
+         _("aix_relocate_section_addresses: Can't find mapping for section %s"),
          bfd_get_section_name (sec->bfd, sec->the_bfd_section));
       
       addr = so->lm_info->mapping[idx].addr;
This page took 0.02838 seconds and 4 git commands to generate.