diff options
author | Tom Tromey <tromey@gcc.gnu.org> | 1999-04-07 08:01:42 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 1999-04-07 08:01:42 +0000 |
commit | 1530be84fcd15570f9885c29a8cc94880ecd6d57 (patch) | |
tree | 7f963ae6b27df44232d80c837e9ccc32932e94af /boehm-gc/dyn_load.c | |
parent | 537cff9c871369177f5c01fe02d3a9dd85492750 (diff) | |
download | gcc-1530be84fcd15570f9885c29a8cc94880ecd6d57.tar.gz |
Cygnus/libgcj changes to Boehm GC.
From-SVN: r26257
Diffstat (limited to 'boehm-gc/dyn_load.c')
-rw-r--r-- | boehm-gc/dyn_load.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/boehm-gc/dyn_load.c b/boehm-gc/dyn_load.c index 0785a6e92ce..053532a31b4 100644 --- a/boehm-gc/dyn_load.c +++ b/boehm-gc/dyn_load.c @@ -161,7 +161,8 @@ 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(THREADS) +# if !defined(PCR) && !defined(SOLARIS_THREADS) \ + && !defined(QUICK_THREADS) && defined(THREADS) # ifndef SRC_M3 --> fix mutual exclusion with dlopen # endif /* We assume M3 programs don't call dlopen for now */ |