[Bug boehm-gc/21940] boehm-gc gctest fails on Solaris 10/x86

ro at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Jul 2 15:01:00 GMT 2007



------- Comment #5 from ro at gcc dot gnu dot org  2007-07-02 15:00 -------
Subject: Bug 21940

Author: ro
Date: Mon Jul  2 14:59:47 2007
New Revision: 126212

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126212
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_2-branch/boehm-gc/include/private/solaris_threads.h
    branches/gcc-4_2-branch/boehm-gc/solaris_pthreads.c
    branches/gcc-4_2-branch/boehm-gc/solaris_threads.c
Modified:
    branches/gcc-4_2-branch/boehm-gc/ChangeLog
    branches/gcc-4_2-branch/boehm-gc/Makefile.am
    branches/gcc-4_2-branch/boehm-gc/Makefile.in
    branches/gcc-4_2-branch/boehm-gc/configure
    branches/gcc-4_2-branch/boehm-gc/configure.ac
    branches/gcc-4_2-branch/boehm-gc/dyn_load.c
    branches/gcc-4_2-branch/boehm-gc/include/gc_config_macros.h
    branches/gcc-4_2-branch/boehm-gc/include/private/gcconfig.h
    branches/gcc-4_2-branch/boehm-gc/pthread_support.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21940



More information about the Gcc-bugs mailing list