mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 04:29:49 +00:00
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:
parent
7380c0c93f
commit
44099a67be
@ -1,3 +1,10 @@
|
||||
2012-03-02 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* 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.
|
||||
|
||||
2012-03-02 Pedro Alves <palves@redhat.com>
|
||||
|
||||
* linux-thread-db.c (attach_thread): Avoid in_thread_list call.
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user