From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13858 invoked by alias); 9 Nov 2005 07:24:31 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 13845 invoked by uid 22791); 9 Nov 2005 07:24:28 -0000 Received: from ip127.bb146.pacific.net.hk (HELO stl.com.hk) (202.64.146.127) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 09 Nov 2005 07:24:28 +0000 Received: from rccomp.stl.com.hk ([192.168.100.200]) by stl.com.hk with esmtp (Exim 4.50) id 1EZkHR-0007pD-Ai for gdb-patches@sources.redhat.com; Wed, 09 Nov 2005 15:22:01 +0800 Message-ID: <4371A437.3040305@tausq.org> Date: Wed, 09 Nov 2005 07:40:00 -0000 From: Randolph Chung User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050805) MIME-Version: 1.0 To: gdb-patches@sources.redhat.com Subject: [hppa-linux/committed] Fix typo Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SW-Source: 2005-11/txt/msg00104.txt.bz2 Fix a typo from an earlier mechanical change. Committed as obvious. randolph 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. 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/