From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2137 invoked by alias); 8 Mar 2004 01:46:11 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 2112 invoked from network); 8 Mar 2004 01:46:05 -0000 Received: from unknown (HELO localhost.redhat.com) (24.157.170.238) by sources.redhat.com with SMTP; 8 Mar 2004 01:46:05 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 029602B98; Sun, 7 Mar 2004 20:46:05 -0500 (EST) Message-ID: <404BD05D.1020702@gnu.org> Date: Mon, 08 Mar 2004 01:46:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: gdb-patches@sources.redhat.com Subject: [ob] Delete unused ppc_ptrace_cannot_fetch_store_register Content-Type: multipart/mixed; boundary="------------050207080304010003060300" X-SW-Source: 2004-03.o/txt/msg00145.txt Message-ID: <20040308014600.vF_JrrhUUQzOCWL5urTX8sAdF__uCNOw8JbioL0Bd_g@z> This is a multi-part message in MIME format. --------------050207080304010003060300 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 51 subject says it all, committed to mainline, Andrew --------------050207080304010003060300 Content-Type: text/plain; name="diffs" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="diffs" Content-length: 798 2004-03-07 Andrew Cagney * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete unused function. Index: ppc-linux-nat.c =================================================================== RCS file: /cvs/src/src/gdb/ppc-linux-nat.c,v retrieving revision 1.27 diff -u -r1.27 ppc-linux-nat.c --- ppc-linux-nat.c 3 Dec 2003 19:37:03 -0000 1.27 +++ ppc-linux-nat.c 8 Mar 2004 01:14:02 -0000 @@ -164,12 +164,6 @@ return u_addr; } -static int -ppc_ptrace_cannot_fetch_store_register (int regno) -{ - return (ppc_register_u_addr (regno) == -1); -} - /* The Linux kernel ptrace interface for AltiVec registers uses the registers set mechanism, as opposed to the interface for all the other registers, that stores/fetches each register individually. */ --------------050207080304010003060300--