2005-11-09 Randolph Chung <tausq@debian.org>
* hppa-linux-nat.c (_initialize_hppa_linux_nat): Use hppa_linux_{store,fetch}_inferior_registers instead of arm_linux_{store,fetch}_inferior_registers.
This commit is contained in:
parent
492e5c6b71
commit
11fae660b9
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2005-11-09 Randolph Chung <tausq@debian.org>
|
||||||
|
|
||||||
|
* hppa-linux-nat.c (_initialize_hppa_linux_nat): Use
|
||||||
|
hppa_linux_{store,fetch}_inferior_registers instead of
|
||||||
|
arm_linux_{store,fetch}_inferior_registers.
|
||||||
|
|
||||||
2005-11-08 Kei Sakamoto <sakamoto.kei@renesas.com>
|
2005-11-08 Kei Sakamoto <sakamoto.kei@renesas.com>
|
||||||
|
|
||||||
* remote-m32r-sdi.c: Update copyright years.
|
* remote-m32r-sdi.c: Update copyright years.
|
||||||
|
|
|
@ -388,8 +388,8 @@ _initialize_hppa_linux_nat (void)
|
||||||
t = linux_target ();
|
t = linux_target ();
|
||||||
|
|
||||||
/* Add our register access methods. */
|
/* Add our register access methods. */
|
||||||
t->to_fetch_registers = arm_linux_fetch_inferior_registers;
|
t->to_fetch_registers = hppa_linux_fetch_inferior_registers;
|
||||||
t->to_store_registers = arm_linux_store_inferior_registers;
|
t->to_store_registers = hppa_linux_store_inferior_registers;
|
||||||
|
|
||||||
/* Register the target. */
|
/* Register the target. */
|
||||||
add_target (t);
|
add_target (t);
|
||||||
|
|
Loading…
Add table
Reference in a new issue