From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17957 invoked by alias); 8 Nov 2005 17:17:10 -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 17942 invoked by uid 22791); 8 Nov 2005 17:17:07 -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:17:07 +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 jA8HH6Jx019238 for ; Tue, 8 Nov 2005 12:17:06 -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 jA8HH6V05941 for ; Tue, 8 Nov 2005 12:17:06 -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 jA8HH5Ws026197 for ; Tue, 8 Nov 2005 12:17:05 -0500 Received: from ironwood.lan (ironwood.lan [192.168.64.8]) by localhost.localdomain (8.12.11/8.12.10) with ESMTP id jA8HH0bb008369 for ; Tue, 8 Nov 2005 10:17:00 -0700 Date: Tue, 08 Nov 2005 17:46:00 -0000 From: Kevin Buettner To: gdb-patches@sources.redhat.com Subject: Re: [PATCH] deal with vector return value for ppc68 Message-ID: <20051108101700.2400a596@ironwood.lan> In-Reply-To: <200511071343.43099.pgilliam@us.ibm.com> References: <200510241606.10304.pgilliam@us.ibm.com> <20051102133707.2c23f1a5@ironwood.lan> <200511071343.43099.pgilliam@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2005-11/txt/msg00098.txt.bz2 On Mon, 7 Nov 2005 13:43:43 -0800 Paul Gilliam 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...) > I have never committed to a branch, so I would appreciate some pointers. Check out the branch, apply your patch to the branch, add suitable ChangeLog entries, and then commit. Kevin