From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29673 invoked by alias); 10 Nov 2006 21:22:26 -0000 Received: (qmail 29659 invoked by uid 22791); 10 Nov 2006 21:22:25 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Fri, 10 Nov 2006 21:22:14 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1Gidp4-0001zY-I9; Fri, 10 Nov 2006 16:22:02 -0500 Date: Fri, 10 Nov 2006 21:22:00 -0000 From: Daniel Jacobowitz To: PAUL GILLIAM Cc: Mark Kettenis , gdb-patches@sourceware.org Subject: Re: patch: signal trampoline frame cache corruption (repost?) Message-ID: <20061110212202.GF1115@nevyn.them.org> Mail-Followup-To: PAUL GILLIAM , Mark Kettenis , gdb-patches@sourceware.org References: <1162323227.3428.9.camel@dufur.beaverton.ibm.com> <200610312328.k9VNScRC012608@elgar.sibelius.xs4all.nl> <1162576236.3428.17.camel@dufur.beaverton.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1162576236.3428.17.camel@dufur.beaverton.ibm.com> User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes 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: 2006-11/txt/msg00075.txt.bz2 On Fri, Nov 03, 2006 at 09:50:36AM -0800, PAUL GILLIAM wrote: > Sorry about the formatting. I fixed that, and included a ChangeLog > entry which I also forgot the first time. > > Now is it OK to commit? More formatting fixes: > 2006-11-03 Paul Gilliam Two spaces before "<"... > * ppc-linux-tdep.c (ppc_linux_sigtramp_cache): Only ... but not after ":". > + if (ppc_floating_point_unit_p(gdbarch)) Always a space before open parentheses. With those three fixed, feel free to repost and commit this. -- Daniel Jacobowitz CodeSourcery