From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13442 invoked by alias); 11 Dec 2002 17:39:23 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 13423 invoked by uid 61); 11 Dec 2002 17:39:23 -0000 Date: Wed, 11 Dec 2002 09:39:00 -0000 Message-ID: <20021211173923.13422.qmail@sources.redhat.com> To: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nbryant@allegientsystems.com, nobody@gcc.gnu.org From: ehrhardt@mathematik.uni-ulm.de Reply-To: ehrhardt@mathematik.uni-ulm.de, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nbryant@allegientsystems.com, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org Subject: Re: middle-end/7617: shared libgcc binary incompatibility on sparc-sun-solaris2.8 X-SW-Source: 2002-12/txt/msg00638.txt.bz2 List-Id: Synopsis: shared libgcc binary incompatibility on sparc-sun-solaris2.8 State-Changed-From-To: analyzed->closed State-Changed-By: cae State-Changed-When: Wed Dec 11 09:39:22 2002 State-Changed-Why: As mentioned in the audit trail binutils prior to 2.13.1 generates broken shared libraries. The underlying cause is an incompatibility between GNU binutils and Solaris ld.so.1 with R_SPARC_RELATIVE relocation records. Depending on the linker flags used for ld (-z nocomreloc) SUN ld.so.1 may or may not link these libraries correctly. The fix is to upgrade to binutils-2.13.1 and recompile gcc. http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7617