changeset 11448:91c23a0be4a4

lib-symbol-versions: Add comment about false positive on mingw.
author Simon Josefsson <simon@josefsson.org>
date Fri, 03 Apr 2009 14:22:06 +0200
parents f41e8c185806
children 2005bd38441a
files ChangeLog m4/ld-version-script.m4
diffstat 2 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-04-03  Simon Josefsson  <simon@josefsson.org>
+
+	* m4/ld-version-script.m4: Add FIXME comment.
+
 2009-04-02  Simon Josefsson  <simon@josefsson.org>
 
 	* doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
--- a/m4/ld-version-script.m4
+++ b/m4/ld-version-script.m4
@@ -6,6 +6,11 @@
 
 dnl From Simon Josefsson
 
+# FIXME: The test below returns a false positive for mingw
+# cross-compiles, 'local:' statements does not reduce number of
+# exported symbols in a DLL.  Use --disable-ld-version-script to work
+# around the problem.
+
 # gl_LD_VERSION_SCRIPT
 # --------------------
 # Check if LD supports linker scripts, and define automake conditional