From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31735 invoked by alias); 26 Apr 2002 03:32:23 -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 31715 invoked from network); 26 Apr 2002 03:32:21 -0000 Received: from unknown (HELO cygnus.com) (205.180.83.203) by sources.redhat.com with SMTP; 26 Apr 2002 03:32:21 -0000 Received: from localhost.redhat.com (remus.sfbay.redhat.com [172.16.27.252]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id UAA06386; Thu, 25 Apr 2002 20:32:19 -0700 (PDT) Received: by localhost.redhat.com (Postfix, from userid 469) id 24EBE10A8C; Thu, 25 Apr 2002 23:31:49 -0400 (EDT) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15560.51748.761555.656236@localhost.redhat.com> Date: Thu, 25 Apr 2002 20:32:00 -0000 To: Daniel Berlin Cc: Elena Zannoni , gdb-patches@sources.redhat.com Subject: Re: [PATCH] Add support for dwarf2 vectors In-Reply-To: References: <15559.25131.290360.770795@localhost.redhat.com> X-SW-Source: 2002-04/txt/msg01070.txt.bz2 Daniel Berlin writes: > On Wed, 24 Apr 2002, Elena Zannoni wrote: > > > > > This is anohter bit of the support for AltiVec on PowerPC. > > > > This introduces support for the new gcc debug info introduced by Jason Merrill: > > http://gcc.gnu.org/ml/gcc-patches/2002-04/msg01428.html > > > > It is a bit hard to test, not having the corresponding simulator > > changes in the tree yet. It can be done on native G4 machines, though. > > > > I'll follow up with powerpc ABI updates that actually use this stuff. > > > > Elena > > > > Note: this is dependent on a patch for /include/elf/dwarf2.h that I > > just posted to the binutils list, otherwise gdb won't build. > > I haven't seen the patch yet, but did you add support to readelf as well? yes. Elena