summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2004-10-28 19:51:26 (GMT)
committermdejong <mdejong>2004-10-28 19:51:26 (GMT)
commitcfe5fa244324a7fa72c30f81c48dab14cff295a5 (patch)
tree1a42df5d7007d9e8a6b2fc8ad961aa93a70e2422 /ChangeLog
parentc87342572e59fbdad7f99c32447e402ffcd5a270 (diff)
downloadtk-cfe5fa244324a7fa72c30f81c48dab14cff295a5.zip
tk-cfe5fa244324a7fa72c30f81c48dab14cff295a5.tar.gz
tk-cfe5fa244324a7fa72c30f81c48dab14cff295a5.tar.bz2
* win/tkWin32Dll.c (DllMain, _except_dllmain_detach_handler):
Rework pushing of exception handler function pointer so that compiling with gcc -O3 works. Remove empty function call to avoid compiler warning. Mark the DllMain function as noinline to avoid compiler error from duplicated asm labels in generated code.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cd21f7f..feb2619 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2004-10-28 Mo DeJong <mdejong@users.sourceforge.net>
+
+ * win/tkWin32Dll.c (DllMain, _except_dllmain_detach_handler):
+ Rework pushing of exception handler function pointer
+ so that compiling with gcc -O3 works. Remove empty
+ function call to avoid compiler warning. Mark the
+ DllMain function as noinline to avoid compiler
+ error from duplicated asm labels in generated code.
+
2004-10-28 Pat Thoyts <patthoyts@users.sourceforge.net>
* unix/tkUnixScale.c (DisplayHorizontalValue): Fix for #220927 by