This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GC symbols no longer exported (on Debian) from libgcj 8 and up


On Fri, Nov 27, 2009 at 10:25, Andrew Haley <aph@redhat.com> wrote:

>> If it was intentional, my question is how I can get access to the GC?
>
> The symbols exported are controlled by:
>
> if ANONVERSCRIPT
> extra_ldflags_libjava += -Wl,--version-script=$(srcdir)/libgcj.ver
> endif
>
> Which is:
>
> # Anonymous GNU ld version script to hide boehm-gc, libffi and fdlibm
> # symbols in libgcj.so.
>
> {
> Âglobal: Jv*; _Jv_*; __gcj_personality_v0; __gcj_personality_sj0; _Z*;
> Âlocal: *;
> };

Adding GC_*; to gloca


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]