This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug boehm-gc/21942] boehm-gc doesn't compile on Solaris 10/amd64



------- Comment #8 from ro at gcc dot gnu dot org  2007-07-02 14:57 -------
Subject: Bug 21942

Author: ro
Date: Mon Jul  2 14:56:58 2007
New Revision: 126211

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


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]