From 44099a67be4e2b30f29c14cb38ca171ff8a3beda Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Fri, 2 Mar 2012 19:14:30 +0000 Subject: 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. --- gdb/mips-linux-nat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/mips-linux-nat.c') diff --git a/gdb/mips-linux-nat.c b/gdb/mips-linux-nat.c index af472df..b63be2e 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; } } -- cgit v1.1