This is the mail archive of the gcc-cvs@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]

r126212 - in /branches/gcc-4_2-branch/boehm-gc:...


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


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