2002-03-12 Adam Megacz <adam@xwt.org>
authormegacz <megacz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 12 Mar 2002 19:06:36 +0000 (19:06 +0000)
committermegacz <megacz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 12 Mar 2002 19:06:36 +0000 (19:06 +0000)
commit2da4cb5f26a0b54af5f0d6eb4b33e2e91ad5f4aa
treeba69ee2014e9ab9f0759258ec9d82f1ac809d901
parent9f58be3ba2024b27d4658930792b224406fb59f2
2002-03-12  Adam Megacz  <adam@xwt.org>

        * dyn_load.c: Renamed GC_win32s to GC_no_win32_dlls.
        * misc.c: Renamed GC_is_win32s() to GC_no_win32_dlls
        * os_dep.c: Renamed GC_win32s to GC_no_win32_dlls and
        statically initialized it to TRUE if compiling with GCC.
        * win32_threads.c (thread_start): We no longer use SEH if
        compiling with GCC.
        * mark.c (GC_mark_some): We no longer use SEH if
        compiling with GCC.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50671 138bc75d-0d04-0410-961f-82ee72b054a4
boehm-gc/ChangeLog
boehm-gc/dyn_load.c
boehm-gc/mark.c
boehm-gc/misc.c
boehm-gc/os_dep.c
boehm-gc/win32_threads.c