From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20155 invoked by alias); 2 Nov 2005 20:34:12 -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 20122 invoked by uid 22791); 2 Nov 2005 20:34:03 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 02 Nov 2005 20:34:03 +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 jA2KY1Ix020182 for ; Wed, 2 Nov 2005 15:34:01 -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 jA2KY1V18566 for ; Wed, 2 Nov 2005 15:34:01 -0500 Received: from localhost.localdomain (vpn50-64.rdu.redhat.com [172.16.50.64]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id jA2KY05E014549 for ; Wed, 2 Nov 2005 15:34:00 -0500 Received: from ironwood.lan (ironwood.lan [192.168.64.8]) by localhost.localdomain (8.12.11/8.12.10) with ESMTP id jA2KXtYp010851 for ; Wed, 2 Nov 2005 13:33:55 -0700 Date: Wed, 02 Nov 2005 20:44:00 -0000 From: Kevin Buettner To: gdb-patches@sources.redhat.com Subject: Re: [PATCH] allow gdb to access altivec registers - OK to commit? Message-ID: <20051102133355.6fdd0957@ironwood.lan> In-Reply-To: <200510311356.44832.pgilliam@us.ibm.com> References: <200510171332.13857.pgilliam@us.ibm.com> <200510211547.23990.pgilliam@us.ibm.com> <20051026152933.01ee4fa4@ironwood.lan> <200510311356.44832.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/msg00042.txt.bz2 On Mon, 31 Oct 2005 13:56:44 -0800 Paul Gilliam wrote: > OK to commit? (was the previous posting by Kevin an OK to commit?) Yes, my previous posting was an okay to commit. Kevin