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.
This commit is contained in:
Joel Brobecker
2012-03-02 19:14:30 +00:00
parent 7380c0c93f
commit 44099a67be
3 changed files with 9 additions and 2 deletions

View File

@@ -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;
}
}