From 579cfc1d03cf61970843bc704d1369b0d97a4be1 Mon Sep 17 00:00:00 2001 From: megacz Date: Tue, 24 Sep 2002 00:59:52 +0000 Subject: 2002-08-23 Adam Megacz * Removed extraneous ABORT() git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57460 138bc75d-0d04-0410-961f-82ee72b054a4 --- boehm-gc/ChangeLog | 4 ++++ boehm-gc/win32_threads.c | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index 6b5ac5b3dbd..785273b484d 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,3 +1,7 @@ +2002-08-23 Adam Megacz + + * Removed extraneous ABORT() + 2002-09-22 Kaveh R. Ghazi * Makefile.am (all-multi): Fix multilib parallel build. diff --git a/boehm-gc/win32_threads.c b/boehm-gc/win32_threads.c index d5e3920cbe4..9987fc6426f 100644 --- a/boehm-gc/win32_threads.c +++ b/boehm-gc/win32_threads.c @@ -134,9 +134,6 @@ void GC_push_all_stacks() (LPCONTEXT)&thread_table[i].context)) ABORT("GetThreadContext failed"); # ifdef I386 - if (thread_table[i].context.Esp >= (DWORD)thread_table[i].stack - || thread_table[i].context.Esp < (DWORD)bottom) - ABORT("Thread stack pointer out of range"); GC_push_one ((word) thread_table[i].context.Edi); GC_push_one ((word) thread_table[i].context.Esi); GC_push_one ((word) thread_table[i].context.Ebp); -- cgit v1.2.1