From: Randolph Chung <randolph@tausq.org>
To: gdb-patches@sources.redhat.com
Subject: [hppa-linux/committed] Fix typo
Date: Wed, 09 Nov 2005 07:40:00 -0000 [thread overview]
Message-ID: <4371A437.3040305@tausq.org> (raw)
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/
next reply other threads:[~2005-11-09 7:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-09 7:40 Randolph Chung [this message]
2005-11-10 14:35 ` Daniel Jacobowitz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4371A437.3040305@tausq.org \
--to=randolph@tausq.org \
--cc=gdb-patches@sources.redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox