From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14481 invoked by alias); 19 Jan 2004 23:14:52 -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 14473 invoked from network); 19 Jan 2004 23:14:52 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 19 Jan 2004 23:14:52 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id i0JNEpl05576 for ; Mon, 19 Jan 2004 18:14:51 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i0JNEpa06384 for ; Mon, 19 Jan 2004 18:14:51 -0500 Received: from localhost.localdomain (vpn50-57.rdu.redhat.com [172.16.50.57]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id i0JNEpR0008006 for ; Mon, 19 Jan 2004 18:14:51 -0500 Received: from saguaro (saguaro.lan [192.168.64.2]) by localhost.localdomain (8.12.10/8.12.10) with SMTP id i0JNEjcG001973 for ; Mon, 19 Jan 2004 16:14:45 -0700 Date: Mon, 19 Jan 2004 23:14:00 -0000 From: Kevin Buettner To: gdb-patches@sources.redhat.com Subject: Re: [obish] -Wunused-function warnings Message-Id: <20040119161445.3ff57ba5@saguaro> In-Reply-To: <400C227B.9040704@gnu.org> References: <400194E8.10201@gnu.org> <400C227B.9040704@gnu.org> Organization: Red Hat Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2004-01/txt/msg00537.txt.bz2 On Mon, 19 Jan 2004 13:31:23 -0500 Andrew Cagney wrote: > Here's this week's list. It's noticably shorter, and core-GDB items > still remaining have been figured out. Again, can I encourage > architecture maintainers to check this out. I've taken care of the unused declarations in frv-tdep.c. I've just committed the following patch: * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete unused declarations. Index: frv-tdep.c =================================================================== RCS file: /cvs/src/src/gdb/frv-tdep.c,v retrieving revision 1.66 diff -u -p -r1.66 frv-tdep.c --- frv-tdep.c 17 Jan 2004 15:34:11 -0000 1.66 +++ frv-tdep.c 19 Jan 2004 23:09:18 -0000 @@ -44,8 +44,6 @@ static gdbarch_breakpoint_from_pc_ftype static gdbarch_adjust_breakpoint_address_ftype frv_gdbarch_adjust_breakpoint_address; static gdbarch_skip_prologue_ftype frv_skip_prologue; static gdbarch_frameless_function_invocation_ftype frv_frameless_function_invocation; -static gdbarch_deprecated_push_arguments_ftype frv_push_arguments; -static gdbarch_deprecated_saved_pc_after_call_ftype frv_saved_pc_after_call; /* Register numbers. The order in which these appear define the remote protocol, so take care in changing them. */