summaryrefslogtreecommitdiff
path: root/gdb/mips-tdep.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-tdep.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-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 6c78640622f..013b07c8803 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",