From c6d5e774e476a1e2cd931dc9ba3395f4bf62d016 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Sun, 13 Nov 2005 18:10:11 +0000 Subject: [PATCH] Merge from mainline: 2005-11-09 Randolph Chung * hppa-linux-nat.c (_initialize_hppa_linux_nat): Use hppa_linux_{store,fetch}_inferior_registers instead of arm_linux_{store,fetch}_inferior_registers. --- gdb/ChangeLog | 8 ++++++++ gdb/hppa-linux-nat.c | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 17502429809..a05c19758fd 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2005-11-13 Daniel Jacobowitz + + Merge from mainline: + 2005-11-09 Randolph Chung + * 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 * arm-linux-tdep.c (eabi_linux_arm_le_breakpoint) diff --git a/gdb/hppa-linux-nat.c b/gdb/hppa-linux-nat.c index 94a5cc88124..dfc75b8e494 100644 --- a/gdb/hppa-linux-nat.c +++ b/gdb/hppa-linux-nat.c @@ -388,8 +388,8 @@ _initialize_hppa_linux_nat (void) 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); -- 2.47.3