aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/dyn_load.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@cygnus.com>1999-11-04 17:25:07 +0000
committerTom Tromey <tromey@gcc.gnu.org>1999-11-04 17:25:07 +0000
commit81976f93fe3280b1514ad55f582fd6a6cd33f9e3 (patch)
tree1b99b98a7a9709b5c03687d197bd5b4a8e943dcd /boehm-gc/dyn_load.c
parent7f80fbe501cd0e4d8f63078f5308f30d3eabd460 (diff)
downloadgcc-81976f93fe3280b1514ad55f582fd6a6cd33f9e3.zip
gcc-81976f93fe3280b1514ad55f582fd6a6cd33f9e3.tar.gz
gcc-81976f93fe3280b1514ad55f582fd6a6cd33f9e3.tar.bz2
configure: Rebuilt.
* configure: Rebuilt. * configure.in: Removed qt threads case. * dyn_load.c: Don't mention QUICK_THREADS. * os_dep.c: Don't mention QUICK_THREADS. * misc.c: Don't mention QUICK_THREADS. * gcconfig.h: Don't mention QUICK_THREADS. * gc_priv.h: Removed QUICK_THREADS code. * quick_threads.c: Removed. From-SVN: r30394
Diffstat (limited to 'boehm-gc/dyn_load.c')
-rw-r--r--boehm-gc/dyn_load.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/boehm-gc/dyn_load.c b/boehm-gc/dyn_load.c
index b9de4c1..8c3ec41 100644
--- a/boehm-gc/dyn_load.c
+++ b/boehm-gc/dyn_load.c
@@ -161,8 +161,7 @@ static ptr_t GC_first_common()
# if defined(SUNOS4) || defined(SUNOS5DL)
/* Add dynamic library data sections to the root set. */
-# if !defined(PCR) && !defined(SOLARIS_THREADS) \
- && !defined(QUICK_THREADS) && defined(THREADS)
+# if !defined(PCR) && !defined(SOLARIS_THREADS) && defined(THREADS)
# ifndef SRC_M3
--> fix mutual exclusion with dlopen
# endif /* We assume M3 programs don't call dlopen for now */