------- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-22 22:26 ------- Subject: Bug 18444
CVSROOT: /cvs/gcc Module name: gcc Changes by: [EMAIL PROTECTED] 2004-11-22 22:26:11 Modified files: gcc : ChangeLog configure configure.ac config.gcc gthr.h gcc/doc : install.texi Added files: gcc : gthr-posix95.h gcc/config : sol26.h Log message: PR target/18444 * configure.ac (threading): Accept 'posix95'. * configure: Regenerate. * config.gcc (i[34567]86-*-solaris2*): On Solaris up to 2.6, include sol26.h and default to posix95 threads if have_pthread_h. (sparc-*-solaris2*): Likewise. * gthr.h: Include gthr-posix95.h if _PTHREADS95 is defined. * gthr-posix95.h: New file. * config/sol26.h: New file. * doc/install.texi (--enable-threads): Document 'posix95'. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/gthr-posix95.h.diff?cvsroot=gcc&r1=NONE&r2=2.1 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.6468&r2=2.6469 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/configure.diff?cvsroot=gcc&r1=1.874&r2=1.875 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/configure.ac.diff?cvsroot=gcc&r1=2.83&r2=2.84 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config.gcc.diff?cvsroot=gcc&r1=1.496&r2=1.497 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/gthr.h.diff?cvsroot=gcc&r1=1.18&r2=1.19 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/install.texi.diff?cvsroot=gcc&r1=1.329&r2=1.330 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sol26.h.diff?cvsroot=gcc&r1=NONE&r2=1.1 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18444