_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

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