From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17789 invoked by alias); 21 Aug 2008 19:52:46 -0000 Received: (qmail 17769 invoked by uid 22791); 21 Aug 2008 19:52:45 -0000 X-Spam-Check-By: sourceware.org Received: from are.twiddle.net (HELO are.twiddle.net) (75.149.56.221) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 21 Aug 2008 19:52:11 +0000 Received: from stone.twiddle.home (stone.twiddle.home [172.31.0.4]) by are.twiddle.net (Postfix) with ESMTP id 5BF4757576; Thu, 21 Aug 2008 12:52:09 -0700 (PDT) Message-ID: <48ADC769.5010607@twiddle.net> Date: Thu, 21 Aug 2008 20:10:00 -0000 From: Richard Henderson User-Agent: Thunderbird 2.0.0.16 (X11/20080723) MIME-Version: 1.0 To: John David Anglin CC: sje@cup.hp.com, gcc-patches@gcc.gnu.org, dave.anglin@nrc-cnrc.gc.ca, binutils-patches@gcc.gnu.org Subject: Re: update dwarf2 asm unwind info [hppa64-*-* failures] References: <20080818135706.073814DE6@hiauly1.hia.nrc.ca> In-Reply-To: <20080818135706.073814DE6@hiauly1.hia.nrc.ca> Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2008-08/txt/msg01585.txt.bz2 John David Anglin wrote: > I've appended an updated binutils change. This adjusts the addend > in tc-hppa.c and readelf.c to account for the fact that PA-RISC > PCREL relocations are for symbol - PC - 8 + addend. Gah. What an annoying feature that is. I've checked in the patch with that change installed. > However, we still have some EH failures > on linux. On hppa64, we aren't failing the C cleanup tests but > there are still a lot of g++ and libstdc++ EH failures. Interesting that it works on hpux and not linux... I thought we were generating the same output on those two systems? r~