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
Showing
- boehm-gc/ChangeLog 11 additions, 0 deletionsboehm-gc/ChangeLog
- boehm-gc/dyn_load.c 2 additions, 2 deletionsboehm-gc/dyn_load.c
- boehm-gc/mark.c 4 additions, 4 deletionsboehm-gc/mark.c
- boehm-gc/misc.c 4 additions, 4 deletionsboehm-gc/misc.c
- boehm-gc/os_dep.c 11 additions, 13 deletionsboehm-gc/os_dep.c
- boehm-gc/win32_threads.c 6 additions, 0 deletionsboehm-gc/win32_threads.c
Loading
Please register or sign in to comment