2005-11-09 Randolph Chung <tausq@debian.org>
authorRandolph Chung <tausq@debian.org>
Wed, 9 Nov 2005 07:22:40 +0000 (07:22 +0000)
committerRandolph Chung <tausq@debian.org>
Wed, 9 Nov 2005 07:22:40 +0000 (07:22 +0000)
* 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
gdb/hppa-linux-nat.c

index 8dafb45ab916f63e8681d5a5097334cbad214a63..e4c3669ada003a90c4bfe6030c2e7c3543be7fb1 100644 (file)
@@ -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>
 
        * remote-m32r-sdi.c: Update copyright years.
index 94a5cc88124b457239dc9551852e68f930bb4922..dfc75b8e49453dbc30a4a62be6a84dd036b2fcee 100644 (file)
@@ -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);
This page took 0.027371 seconds and 4 git commands to generate.