summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2003-03-28 00:13:22 (GMT)
committermdejong <mdejong>2003-03-28 00:13:22 (GMT)
commit5e614a51fde6889901f8db205f2c322a8e938a4a (patch)
tree51023299f3bcec554d95e9cdfd7fc27b92bd10ff /ChangeLog
parent6a4b91b4e6af061b517ff7a93d817c9715162207 (diff)
downloadtcl-5e614a51fde6889901f8db205f2c322a8e938a4a.zip
tcl-5e614a51fde6889901f8db205f2c322a8e938a4a.tar.gz
tcl-5e614a51fde6889901f8db205f2c322a8e938a4a.tar.bz2
* unix/configure: Regen.
* unix/tcl.m4 (SC_CONFIG_CFLAGS): Use -Wl,--export-dynamic instead of -rdynamic for LDFLAGS. The -rdynamic is not documented so it seems better to pass the --export-dynamic flag to the linker. [Patch 573395]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5cb1b87..b1d2239 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2003-03-27 Mo DeJong <mdejong@users.sourceforge.net>
+
+ * unix/configure: Regen.
+ * unix/tcl.m4 (SC_CONFIG_CFLAGS): Use -Wl,--export-dynamic
+ instead of -rdynamic for LDFLAGS. The -rdynamic is
+ not documented so it seems better to pass the
+ --export-dynamic flag to the linker.
+ [Patch 573395]
+
2003-03-27 Miguel Sofer <msofer@users.sf.net>
* tests/encoding.test: