------- Comment #10 from ro at gcc dot gnu dot org 2007-07-02 15:03 ------- Subject: Bug 21942
Author: ro Date: Mon Jul 2 15:02:26 2007 New Revision: 126213 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126213 Log: PR boehm-gc/21940 PR boehm-gc/21942 * configure.ac (GC_SOLARIS_THREADS): Don't define on *-*-solaris*. Use alternate thread library in /usr/lib/lwp. * configure: Regenerate. * dyn_load.c: Use GC_SOLARIS_PTHREADS. * include/gc_config_macros.h (GC_SOLARIS_THREADS): Don't define. * include/private/gcconfig.h: Handle 64-bit Solaris 2/x86. (GC_SOLARIS_THREADS): Don't define. * include/private/solaris_threads.h: Remove. * pthread_support.c (GC_thr_init) [GC_SOLARIS_PTHREADS]: Determine GC_nprocs via sysconf(). * Makefile.am (libgcjgc_la_SOURCES): Remove solaris_pthreads.c and solaris_threads.c. (gctest_LDADD): Use THREADLIBS instead of THREADDLLIBS. * Makefile.in: Regenerate. * solaris_pthreads.c: Remove. * solaris_threads.c: Remove. Removed: branches/gcc-4_1-branch/boehm-gc/include/private/solaris_threads.h branches/gcc-4_1-branch/boehm-gc/solaris_pthreads.c branches/gcc-4_1-branch/boehm-gc/solaris_threads.c Modified: branches/gcc-4_1-branch/boehm-gc/ChangeLog branches/gcc-4_1-branch/boehm-gc/Makefile.am branches/gcc-4_1-branch/boehm-gc/Makefile.in branches/gcc-4_1-branch/boehm-gc/configure branches/gcc-4_1-branch/boehm-gc/configure.ac branches/gcc-4_1-branch/boehm-gc/dyn_load.c branches/gcc-4_1-branch/boehm-gc/include/gc_config_macros.h branches/gcc-4_1-branch/boehm-gc/include/private/gcconfig.h branches/gcc-4_1-branch/boehm-gc/pthread_support.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21942