Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [hppa-linux/committed] Fix typo
@ 2005-11-09  7:40 Randolph Chung
  2005-11-10 14:35 ` Daniel Jacobowitz
  0 siblings, 1 reply; 2+ messages in thread
From: Randolph Chung @ 2005-11-09  7:40 UTC (permalink / raw)
  To: gdb-patches

Fix a typo from an earlier mechanical change. Committed as obvious.

randolph


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.

Index: hppa-linux-nat.c
===================================================================
RCS file: /cvs/src/src/gdb/hppa-linux-nat.c,v
retrieving revision 1.10
diff -u -p -r1.10 hppa-linux-nat.c
--- hppa-linux-nat.c    10 Sep 2005 18:11:02 -0000      1.10
+++ hppa-linux-nat.c    9 Nov 2005 07:19:19 -0000
@@ -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);


-- 
Randolph Chung
Debian GNU/Linux Developer, hppa/ia64 ports
http://www.tausq.org/


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [hppa-linux/committed] Fix typo
  2005-11-09  7:40 [hppa-linux/committed] Fix typo Randolph Chung
@ 2005-11-10 14:35 ` Daniel Jacobowitz
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Jacobowitz @ 2005-11-10 14:35 UTC (permalink / raw)
  To: Randolph Chung; +Cc: gdb-patches

On Wed, Nov 09, 2005 at 03:24:39PM +0800, Randolph Chung wrote:
> Fix a typo from an earlier mechanical change. Committed as obvious.

Oops... thanks a log, Randolph.  I fixed about a dozen places I'd done
that, but I must've missed HPPA.

-- 
Daniel Jacobowitz
CodeSourcery, LLC


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-11-10 13:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-09  7:40 [hppa-linux/committed] Fix typo Randolph Chung
2005-11-10 14:35 ` Daniel Jacobowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox