From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14822 invoked by alias); 26 Mar 2003 07:13:16 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 14805 invoked from network); 26 Mar 2003 07:13:16 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.160.55.131) by sources.redhat.com with SMTP; 26 Mar 2003 07:13:16 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id E9F1E354C; Tue, 25 Mar 2003 23:13:14 -0800 (PST) Received: (from roland@localhost) by magilla.sf.frob.com (8.11.6/8.11.6) id h2Q7DDZ28063; Tue, 25 Mar 2003 23:13:13 -0800 Date: Wed, 26 Mar 2003 12:12:00 -0000 Message-Id: <200303260713.h2Q7DDZ28063@magilla.sf.frob.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Jakub Jelinek Cc: Glibc hackers Subject: Re: [PATCH] Fix ppc32 dl-machine.h In-Reply-To: Jakub Jelinek's message of Tuesday, 25 March 2003 11:40:55 +0100 <20030325114055.C1717@sunsite.ms.mff.cuni.cz> Emacs: featuring the world's first municipal garbage collector! X-SW-Source: 2003-03/txt/msg00105.txt.bz2 > It seems the 2003-03-02 cleanups broke relocs against local symbols on ppc32 > (e.g. a bunch of binutils tests now fail). > On ppc32 (and sparc32) for those relocs r_addend already includes st_value, > so ATM glibc adds them in twice. I can't find anything in the ABI spec to suggest this should be done. Is it considered part of the spec, or a binutils bug that we are just stuck with? I had the impression that this was a sparc-specific bug, not the specified behavior. Do other Rela platforms use this meaning? Thanks, Roland