From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4993 invoked by alias); 2 Dec 2005 20:28:31 -0000 Received: (qmail 4941 invoked by uid 22791); 2 Dec 2005 20:28:29 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 02 Dec 2005 20:28:26 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id jB2KRIuo009083; Fri, 2 Dec 2005 21:27:18 +0100 (CET) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id jB2KRIHB014811; Fri, 2 Dec 2005 21:27:18 +0100 (CET) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id jB2KRImI001057; Fri, 2 Dec 2005 21:27:18 +0100 (CET) Date: Fri, 02 Dec 2005 21:21:00 -0000 Message-Id: <200512022027.jB2KRImI001057@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: drow@false.org CC: pgilliam@us.ibm.com, jimb@red-bean.com, gdb-patches@sources.redhat.com In-reply-to: <20051202201650.GA15270@nevyn.them.org> (message from Daniel Jacobowitz on Fri, 2 Dec 2005 15:16:50 -0500) Subject: Re: [PATCH] add 'rs6000_in_function_epilogue_p()' (Revised) References: <200511301225.56802.pgilliam@us.ibm.com> <8f2776cb0512011707p120df411w3a685c453d4ec625@mail.gmail.com> <200512021120.22263.pgilliam@us.ibm.com> <200512021956.jB2Ju5YN000928@elgar.sibelius.xs4all.nl> <20051202201650.GA15270@nevyn.them.org> 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 X-SW-Source: 2005-12/txt/msg00068.txt.bz2 > Date: Fri, 2 Dec 2005 15:16:50 -0500 > From: Daniel Jacobowitz > > On Fri, Dec 02, 2005 at 08:56:05PM +0100, Mark Kettenis wrote: > > * ins_changes_sp contains unused variables. Please configure gdb > > with --enable-gdb-build-warnings=,-Werror, this'll prevent them > > from slipping through. > > We turn off unused warnings, IIRC. Oops, sorry. Must have been doing too much OpenBSD hacking lately (where we do have it turned on). Mark