diff options
author | mdejong <mdejong@noemail.net> | 2004-10-28 19:51:25 (GMT) |
---|---|---|
committer | mdejong <mdejong@noemail.net> | 2004-10-28 19:51:25 (GMT) |
commit | 0da8293aeeba94535a93e8383b3fd6529e8c7e50 (patch) | |
tree | 1a42df5d7007d9e8a6b2fc8ad961aa93a70e2422 /ChangeLog | |
parent | f21fe8d64b6b6fc1992701b28a6056de58957ffd (diff) | |
download | tk-0da8293aeeba94535a93e8383b3fd6529e8c7e50.zip tk-0da8293aeeba94535a93e8383b3fd6529e8c7e50.tar.gz tk-0da8293aeeba94535a93e8383b3fd6529e8c7e50.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.
FossilOrigin-Name: eed74dac5fd0225b9e4ace9c8615c232cfe4a8d5
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |