This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: middle-end/7617: shared libgcc binary incompatibility on sparc-sun-solaris2.8
- From: ehrhardt at mathematik dot uni-ulm dot de
- To: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nbryant at allegientsystems dot com, nobody at gcc dot gnu dot org
- Date: 11 Dec 2002 17:39:23 -0000
- Subject: Re: middle-end/7617: shared libgcc binary incompatibility on sparc-sun-solaris2.8
- Reply-to: ehrhardt at mathematik dot uni-ulm dot de, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nbryant at allegientsystems dot com, nobody at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
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