From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16841 invoked by alias); 26 Apr 2002 00:44:07 -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 16799 invoked from network); 26 Apr 2002 00:44:05 -0000 Received: from unknown (HELO www.dberlin.org) (151.204.251.216) by sources.redhat.com with SMTP; 26 Apr 2002 00:44:05 -0000 Received: from localhost (unknown [127.0.0.1]) by www.dberlin.org (Postfix) with ESMTP id B10FE189BB2E; Thu, 25 Apr 2002 18:41:02 +0000 (UTC) Date: Thu, 25 Apr 2002 17:44:00 -0000 From: Daniel Berlin To: Elena Zannoni Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] Add support for dwarf2 vectors In-Reply-To: <15559.25131.290360.770795@localhost.redhat.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-04/txt/msg01050.txt.bz2 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?