From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5305 invoked by alias); 26 Oct 2004 08:50:54 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 5294 invoked from network); 26 Oct 2004 08:50:51 -0000 Received: from unknown (HELO palrel11.hp.com) (156.153.255.246) by sourceware.org with SMTP; 26 Oct 2004 08:50:51 -0000 Received: from hplms2.hpl.hp.com (hplms2.hpl.hp.com [15.0.152.33]) by palrel11.hp.com (Postfix) with ESMTP id 2F92A6F0B; Tue, 26 Oct 2004 01:50:51 -0700 (PDT) Received: from napali.hpl.hp.com (napali.hpl.hp.com [15.4.89.123]) by hplms2.hpl.hp.com (8.13.1/8.13.1/HPL-PA Hub) with ESMTP id i9Q8on2r011341; Tue, 26 Oct 2004 01:50:49 -0700 (PDT) Received: from napali.hpl.hp.com (napali [127.0.0.1]) by napali.hpl.hp.com (8.12.11/8.12.11/Debian-3) with ESMTP id i9Q8onI8001687; Tue, 26 Oct 2004 01:50:49 -0700 Received: (from davidm@localhost) by napali.hpl.hp.com (8.12.11/8.12.11/Debian-3) id i9Q8omYf001684; Tue, 26 Oct 2004 01:50:48 -0700 From: David Mosberger MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16766.4072.278208.242975@napali.hpl.hp.com> Date: Tue, 26 Oct 2004 08:50:00 -0000 To: "H. J. Lu" , James E Wilson Cc: David Mosberger , binutils@sources.redhat.com Subject: Re: Why does slurp_ia64_unwind_table complain unwind symbol type? In-Reply-To: <1098739094.7297.23.camel@aretha.corp.specifixinc.com> References: <20041021161704.GA24203@lucon.org> <16760.51835.826870.412191@napali.hpl.hp.com> <1098739094.7297.23.camel@aretha.corp.specifixinc.com> Reply-To: davidm@hpl.hp.com X-URL: http://www.hpl.hp.com/personal/David_Mosberger/ X-SW-Source: 2004-10/txt/msg00419.txt.bz2 >>>>> On Mon, 25 Oct 2004 14:18:14 -0700, James E Wilson said: James> On Fri, 2004-10-22 at 01:53, David Mosberger wrote: >> * readelf.c (slurp_ia64_unwind_table): Support relocations against >> non-section symbols by adding in the symbol value. James> Thanks. HJ checked this in for you. Thanks! --david