Re: _GLOBAL__FD_libfoo_so

2008-01-11 Thread Ralf Wildenhues
Hi Bob, Rainer, * Bob Friesenhahn wrote on Thu, Jan 10, 2008 at 10:45:38PM CET: > On Thu, 10 Jan 2008, Ralf Wildenhues wrote: >> >> Glancing at GCC sources, I gather that symbols matching >> ^_GLOBAL__F[ID]_.*$ >> >> are init/fini functions for shared libraries. Would it be appropriate > > Ugh.

Re: _GLOBAL__FD_libfoo_so

2008-01-10 Thread Bob Friesenhahn
On Thu, 10 Jan 2008, Ralf Wildenhues wrote: Glancing at GCC sources, I gather that symbols matching ^_GLOBAL__F[ID]_.*$ are init/fini functions for shared libraries. Would it be appropriate Ugh. if libtool skipped these when doing symbol extraction? On any system, when GCC is used, or ev

_GLOBAL__FD_libfoo_so

2008-01-10 Thread Ralf Wildenhues
Hello libtool-patches readers, WRT this failure of demo-make.test after demo-shared.test (see [1]) on AIX/GCC: > /bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -export-dynamic > -dlpreopen libhello.la -Wl,-brtl -o helldl dlmain.o > rm -f .libs/helldl.nm .libs/helldl.nmS .libs/helldl.nmT >