summaryrefslogtreecommitdiff
path: root/gdb/mips-linux-nat.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2012-03-02 19:14:29 +0000
committerJoel Brobecker <brobecker@gnat.com>2012-03-02 19:14:29 +0000
commit370416f95095fa78ae7045224eeca50011a5e577 (patch)
tree14cffc2ce15e1aa3df097462bcbfb02239c58e2e /gdb/mips-linux-nat.c
parent9d869a82af6b5052d38dca64de2fdbcd081b6171 (diff)
downloadgdb-370416f95095fa78ae7045224eeca50011a5e577.tar.gz
Fix ARI violations in mips-linux-nat.c and mips-tdep.c
gdb/ChangeLog: * mips-linux-nat.c (mips_linux_read_description): Add missing i18n marker. * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI violation.
Diffstat (limited to 'gdb/mips-linux-nat.c')
-rw-r--r--gdb/mips-linux-nat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mips-linux-nat.c b/gdb/mips-linux-nat.c
index af472df0441..b63be2eb342 100644
--- a/gdb/mips-linux-nat.c
+++ b/gdb/mips-linux-nat.c
@@ -447,7 +447,7 @@ mips_linux_read_description (struct target_ops *ops)
have_dsp = 0;
break;
default:
- perror_with_name ("ptrace");
+ perror_with_name (_("ptrace"));
break;
}
}