diff options
author | Joel Brobecker <brobecker@gnat.com> | 2012-03-02 19:14:30 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2012-03-02 19:14:30 +0000 |
commit | 44099a67be4e2b30f29c14cb38ca171ff8a3beda (patch) | |
tree | 8497ec499a40b607d112ae074f389f77d04481b7 /gdb/mips-linux-nat.c | |
parent | 7380c0c93f0bcc6cd90897e89ea451d632814b5f (diff) | |
download | gdb-44099a67be4e2b30f29c14cb38ca171ff8a3beda.zip gdb-44099a67be4e2b30f29c14cb38ca171ff8a3beda.tar.gz gdb-44099a67be4e2b30f29c14cb38ca171ff8a3beda.tar.bz2 |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } } |