diff options
Diffstat (limited to 'gdb/solib-aix5.c')
-rw-r--r-- | gdb/solib-aix5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/solib-aix5.c b/gdb/solib-aix5.c index 3c6918355ea..f002c222db4 100644 --- a/gdb/solib-aix5.c +++ b/gdb/solib-aix5.c @@ -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; |