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-13 Daniel Jacobowitz <dan@codesourcery.com>
+
+ Merge from mainline:
+ 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-13 Daniel Jacobowitz <dan@codesourcery.com>
* arm-linux-tdep.c (eabi_linux_arm_le_breakpoint)
t = linux_target ();
/* Add our register access methods. */
- t->to_fetch_registers = arm_linux_fetch_inferior_registers;
- t->to_store_registers = arm_linux_store_inferior_registers;
+ t->to_fetch_registers = hppa_linux_fetch_inferior_registers;
+ t->to_store_registers = hppa_linux_store_inferior_registers;
/* Register the target. */
add_target (t);