+2004-05-12 Ken Raeburn <raeburn@mit.edu>
+
+ * shlib.conf (*-*-linux*): Use GNU linker's --retain-symbols-file
+ option to implement export list.
+
2004-05-05 Ken Raeburn <raeburn@mit.edu>
* libobj.in (OBJS.ST, OBJS.SH, OBJS.PF): Depend on Makefile.
SHLIBEXT=.so
# Linux ld doesn't default to stuffing the SONAME field...
# Use objdump -x to examine the fields of the library
- LDCOMBINE='$(CC) -shared -fPIC -Wl,-h,lib$(LIB)$(SHLIBSEXT)'
- # -Wl,--retain-symbols-file,$(SHLIB_EXPORT_FILE)
+ LDCOMBINE='$(CC) -shared -fPIC -Wl,-h,lib$(LIB)$(SHLIBSEXT) -Wl,--retain-symbols-file,$(SHLIB_EXPORT_FILE)'
+ #
LDCOMBINE_TAIL=''
# For cases where we do have dependencies on other libraries
# built in this tree...