diff options
Diffstat (limited to 'gdb/rs6000-nat.c')
-rw-r--r-- | gdb/rs6000-nat.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gdb/rs6000-nat.c b/gdb/rs6000-nat.c index 88a6f0d..c930097 100644 --- a/gdb/rs6000-nat.c +++ b/gdb/rs6000-nat.c @@ -1036,10 +1036,8 @@ set_host_arch (int pid) info.abfd = exec_bfd; if (!gdbarch_update_p (info)) - { - internal_error (__FILE__, __LINE__, - "set_host_arch: failed to select architecture"); - } + internal_error (__FILE__, __LINE__, + _("set_host_arch: failed to select architecture")); } @@ -1079,7 +1077,7 @@ xcoff_relocate_symtab (unsigned int pid) if (errno == ENOMEM) load_segs *= 2; else - perror_with_name ("ptrace ldinfo"); + perror_with_name (_("ptrace ldinfo")); } else { |