Re: GC symbols no longer exported (on Debian) from libgcj 8 and up
Erik Groeneveld <[email protected]>
| Newsgroups | gmane.comp.gcc.java.devel |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Nov 27, 2009 at 10:25, Andrew Haley <[email protected]> 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