From: Simon Josefsson Date: Fri, 3 Apr 2009 12:22:06 +0000 (+0200) Subject: lib-symbol-versions: Add comment about false positive on mingw. X-Git-Tag: v0.1~6039 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=87fbe6f301542875360b02c7762810fdafc23ba4;p=gnulib.git lib-symbol-versions: Add comment about false positive on mingw. --- diff --git a/ChangeLog b/ChangeLog index aeba6b755..ba1575203 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-04-03 Simon Josefsson + + * m4/ld-version-script.m4: Add FIXME comment. + 2009-04-02 Simon Josefsson * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing diff --git a/m4/ld-version-script.m4 b/m4/ld-version-script.m4 index e3213476c..a97888f24 100644 --- a/m4/ld-version-script.m4 +++ b/m4/ld-version-script.m4 @@ -6,6 +6,11 @@ dnl with or without modifications, as long as this notice is preserved. 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