From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4747 invoked by alias); 26 Oct 2005 22:29:49 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 4723 invoked by uid 22791); 26 Oct 2005 22:29:41 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 26 Oct 2005 22:29:41 +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 j9QMTd6F018477 for ; Wed, 26 Oct 2005 18:29:39 -0400 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 j9QMTdV13081 for ; Wed, 26 Oct 2005 18:29:39 -0400 Received: from localhost.localdomain (vpn50-151.rdu.redhat.com [172.16.50.151]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id j9QMTdff021524 for ; Wed, 26 Oct 2005 18:29:39 -0400 Received: from ironwood.lan (ironwood.lan [192.168.64.8]) by localhost.localdomain (8.12.11/8.12.10) with ESMTP id j9QMTXUQ012539 for ; Wed, 26 Oct 2005 15:29:33 -0700 Date: Thu, 27 Oct 2005 09:46:00 -0000 From: Kevin Buettner To: gdb-patches@sources.redhat.com Subject: Re: [PATCH] allow gdb to access altivec registers Message-ID: <20051026152933.01ee4fa4@ironwood.lan> In-Reply-To: <200510211547.23990.pgilliam@us.ibm.com> References: <200510171332.13857.pgilliam@us.ibm.com> <200510172105.j9HL5BZ1015357@elgar.sibelius.xs4all.nl> <20051017210645.GA23742@nevyn.them.org> <200510211547.23990.pgilliam@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2005-10/txt/msg00207.txt.bz2 On Fri, 21 Oct 2005 15:47:23 -0700 Paul Gilliam wrote: > How 'bout this? > > 2005-10-17 __Paul Gilliam __ > > * rs6000-tdep.c (rs6000_gdbarch_init): Assume that bfd_mach_ppc64 has > altivec unit, just like bfd_mach_ppc. This change is okay with me. But do revise the ChangeLog entry to note that this change affects GNU/Linux only. Kevin