From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10310 invoked by alias); 31 Jul 2003 20:12: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 10303 invoked from network); 31 Jul 2003 20:12:48 -0000 Received: from unknown (HELO zenia.home) (12.223.225.216) by sources.redhat.com with SMTP; 31 Jul 2003 20:12:48 -0000 Received: by zenia.home (Postfix, from userid 5433) id 1D431204F5; Thu, 31 Jul 2003 15:14:20 -0500 (EST) To: Daniel Jacobowitz Cc: GDB , ezannoni@redhat.com Subject: Re: PATCH: Fix DW_OP_deref for DW_TAG_formal_parameter References: <20030730215421.GA26408@lucon.org> <20030730215612.GB15640@nevyn.them.org> <20030731002306.GA28960@lucon.org> <20030731002753.GA18866@nevyn.them.org> <20030731154405.GA11592@lucon.org> <20030731154821.GA10106@nevyn.them.org> <20030731161259.GA11965@lucon.org> <20030731162207.GA24040@nevyn.them.org> <20030731165133.GA16435@nevyn.them.org> From: Jim Blandy Date: Thu, 31 Jul 2003 20:12:00 -0000 In-Reply-To: <20030731165133.GA16435@nevyn.them.org> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-07/txt/msg00561.txt.bz2 Looks good to me. Please commit it. Daniel Jacobowitz writes: > Hi Elena, hi Jim, > > Since this patch fixes HJ's problem, I'm submitting it for approval. > It cuts out another user of decode_locdesc. Why Fortran has arguments > passed by DW_OP_deref is something I don't really want to think > about... one of many things I don't like about Fortran :) > > > 2003-07-31 Daniel Jacobowitz > > > > * dwarf2read.c (new_symbol): Use var_decode_location for parameters. > >