This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Hide boehm-gc/libffi/fdlibm etc. symbols in libgcj.so.*
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Andrew Haley <aph at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org, java-patches at gcc dot gnu dot org
- Date: Thu, 1 Feb 2007 05:08:09 -0500
- Subject: Re: [PATCH] Hide boehm-gc/libffi/fdlibm etc. symbols in libgcj.so.*
- References: <20070126192022.GV29911@devserv.devel.redhat.com> <17854.12982.162826.91984@zebedee.pink>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Mon, Jan 29, 2007 at 05:45:26PM +0000, Andrew Haley wrote:
> > 2007-01-26 Jakub Jelinek <jakub@redhat.com>
> >
> > * configure.ac (libjava_cv_anon_version_script): New test.
> > (ANONVERSCRIPT): New AM_CONDITIONAL.
> > * configure: Rebuilt.
> > * Makefile.am (extra_ldflags_libjava): Link with -Wl,--version-script
> > if ANONVERSCRIPT.
> > * Makefile.in: Rebuilt.
> > (libgcj_la_DEPENDENCIES): Depend on libgcj.ver.
> > * libgcj.ver: New file.
>
> Yeah. If you've tested it well, this can go in.
It works just fine on all arches I tried except ppc64, which needs:
http://gcc.gnu.org/ml/gcc-patches/2006-11/msg01680.html
fix. I've pinged it a few times, but without luck so far.
Jakub