From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9345 invoked by alias); 8 Nov 2005 17:46:40 -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 9329 invoked by uid 22791); 8 Nov 2005 17:46:36 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 08 Nov 2005 17:46:36 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id jA8HkYcM028381 for ; Tue, 8 Nov 2005 12:46:34 -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 jA8HkYV15311 for ; Tue, 8 Nov 2005 12:46:34 -0500 Received: from localhost.localdomain (vpn50-70.rdu.redhat.com [172.16.50.70]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id jA8HkYWs031178 for ; Tue, 8 Nov 2005 12:46:34 -0500 Received: from ironwood.lan (ironwood.lan [192.168.64.8]) by localhost.localdomain (8.12.11/8.12.10) with ESMTP id jA8HkSar008441 for ; Tue, 8 Nov 2005 10:46:28 -0700 Date: Wed, 09 Nov 2005 07:24:00 -0000 From: Kevin Buettner To: gdb-patches@sources.redhat.com Subject: Re: [PATCH] deal with vector return value for ppc68 Message-ID: <20051108104628.524ef74e@ironwood.lan> In-Reply-To: <20051108172835.GO1635@adacore.com> References: <200510241606.10304.pgilliam@us.ibm.com> <20051102133707.2c23f1a5@ironwood.lan> <200511071343.43099.pgilliam@us.ibm.com> <20051108101700.2400a596@ironwood.lan> <20051108172835.GO1635@adacore.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2005-11/txt/msg00101.txt.bz2 On Tue, 8 Nov 2005 09:28:35 -0800 Joel Brobecker wrote: > > > OK to commit to 6.4 branch? > > > > It's okay with me, but Joel is the one who sets the commit policy for the > > release branch. (In other words, make sure it's okay with Joel first...) > > The policy is that MAINTAINERS still applies, so the relevant maintainers > are the ones who decide whether it can/should go to the branch. No need > to check with me. That being the case... Paul's vector return value patch for ppc64 is approved to go onto the release branch. Kevin