This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Thread config diffs for 971215.
- To: Teemu Torma <tot at trema dot com>
- Subject: Re: Thread config diffs for 971215.
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Thu, 25 Dec 1997 00:59:02 -0700
- cc: egcs at cygnus dot com, hjl at lucon dot org (H.J. Lu)
- Reply-To: law at cygnus dot com
In message <199712181312.OAA18778@lev.labs.trema.com>you write:
> Here are diffs to make thread handling more configurable. It also
> includes a fix to one problem which it is hard to isolate because I
> have split libgcc-thr.h to multiple files.
>
> With these changes, thread support is enabled by default on
> sparc/solaris2, using weak symbols, so multilib definitions are gone.
> configure prefers pthreads over solaris threads, but the default can
> be changed with --enable-threads=solaris.
>
> In pa/hpux10, thread support is enabled by default if pthread.h is
> found, and is implemented using multilibs.
>
> Since --enable-threads affects also objc, objc/thr-dce.c is a copy of
> objc/thr-decosf1.c. Maybe we should get rid of the latter one since
> it seems to be DCE threads.
[ ... ]
Thanks! I've installed these patches.
jeff