aboutsummaryrefslogtreecommitdiff
path: root/gdb/mips-tdep.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2012-03-02 19:14:30 +0000
committerJoel Brobecker <brobecker@gnat.com>2012-03-02 19:14:30 +0000
commit44099a67be4e2b30f29c14cb38ca171ff8a3beda (patch)
tree8497ec499a40b607d112ae074f389f77d04481b7 /gdb/mips-tdep.c
parent7380c0c93f0bcc6cd90897e89ea451d632814b5f (diff)
downloadgdb-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-tdep.c')
-rw-r--r--gdb/mips-tdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c
index 6c78640..013b07c 100644
--- a/gdb/mips-tdep.c
+++ b/gdb/mips-tdep.c
@@ -428,7 +428,7 @@ static const char *mips_irix_reg_names[NUM_MIPS_PROCESSOR_REGS] = {
"pc", "cause", "bad", "hi", "lo", "fsr", "fir"
};
-/* Names of Linux registers. */
+/* Names of registers with Linux kernels. */
static const char *mips_linux_reg_names[NUM_MIPS_PROCESSOR_REGS] = {
"sr", "lo", "hi", "bad", "cause", "pc",
"f0", "f1", "f2", "f3", "f4", "f5", "f6", "f7",