]> git.ipfire.org Git - thirdparty/gcc.git/commit
dyn_load.c: Renamed GC_win32s to GC_no_win32_dlls.
authorAdam Megacz <adam@xwt.org>
Tue, 12 Mar 2002 19:06:36 +0000 (19:06 +0000)
committerAdam Megacz <megacz@gcc.gnu.org>
Tue, 12 Mar 2002 19:06:36 +0000 (19:06 +0000)
commit916c46b5ab32a7cc6deb435c8f2a9451edd39208
treeba69ee2014e9ab9f0759258ec9d82f1ac809d901
parent089c8f976485ea1a57ca4d6590cea48782c51140
dyn_load.c: Renamed GC_win32s to GC_no_win32_dlls.

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.

From-SVN: r50671
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