diff options
author | mdejong <mdejong> | 2004-06-21 22:07:30 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2004-06-21 22:07:30 (GMT) |
commit | 1dc7dd38fb40ca56d2e36b80e22ff1c1e68e0b0c (patch) | |
tree | 0d504bc39e9ca874037cde6be8a9aa0666e194d5 /ChangeLog | |
parent | 44d95ca8cecdf4670b8e3b23bb90a7b7d291e096 (diff) | |
download | tcl-1dc7dd38fb40ca56d2e36b80e22ff1c1e68e0b0c.zip tcl-1dc7dd38fb40ca56d2e36b80e22ff1c1e68e0b0c.tar.gz tcl-1dc7dd38fb40ca56d2e36b80e22ff1c1e68e0b0c.tar.bz2 |
* win/tclWin32Dll.c (DllMain, _except_dllmain_detach_handler,
TclpCheckStackSpace, _except_checkstackspace_handler,
TclWinCPUID, _except_TclWinCPUID_detach_handler):
* win/tclWinChan.c (Tcl_MakeFileChannel,
_except_makefilechannel_handler):
* win/tclWinFCmd.c (DoRenameFile,
_except_dorenamefile_handler, DoCopyFile,
_except_docopyfile_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-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2004-06-21 Mo DeJong <mdejong@users.sourceforge.net> + + * win/tclWin32Dll.c (DllMain, _except_dllmain_detach_handler, + TclpCheckStackSpace, _except_checkstackspace_handler, + TclWinCPUID, _except_TclWinCPUID_detach_handler): + * win/tclWinChan.c (Tcl_MakeFileChannel, + _except_makefilechannel_handler): + * win/tclWinFCmd.c (DoRenameFile, + _except_dorenamefile_handler, DoCopyFile, + _except_docopyfile_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-06-14 Pat Thoyts <patthoyts@users.sourceforge.net> * tests/winDde.test: Fixed -async test |