From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14359 invoked by alias); 13 Nov 2001 23:38:17 -0000 Mailing-List: contact gdb-patches-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 14222 invoked from network); 13 Nov 2001 23:38:14 -0000 Received: from unknown (HELO dot.cygnus.com) (205.180.230.224) by sourceware.cygnus.com with SMTP; 13 Nov 2001 23:38:14 -0000 Received: (from rth@localhost) by dot.cygnus.com (8.11.2/8.11.2) id fADNc8w16376; Tue, 13 Nov 2001 15:38:08 -0800 X-Authentication-Warning: dot.cygnus.com: rth set sender to rth@redhat.com using -f Date: Sun, 04 Nov 2001 08:55:00 -0000 From: Richard Henderson To: "Keith.Walker" Cc: gdb-patches@sources.redhat.com, binutils@sources.redhat.com Subject: Re: Patch to handle DWARF2 DW_FORM_indirect Message-ID: <20011113153808.B16303@redhat.com> References: <4.1.20011113161123.00ab1990@mhsun1.maidenhead.arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <4.1.20011113161123.00ab1990@mhsun1.maidenhead.arm.com>; from Keith.Walker@arm.com on Tue, Nov 13, 2001 at 05:49:03PM +0000 X-SW-Source: 2001-11/txt/msg00045.txt.bz2 On Tue, Nov 13, 2001 at 05:49:03PM +0000, Keith.Walker wrote: > The DWARF2 specification allows the form of attributes to be described > "inline" with DW_FORM_indirect rather than the form being specified in a > separate abbreviation table. The following patch adds support for > DW_FORM_indirect in BFD, binutils and GDB. Applied the bfd and binutils parts. r~