re PR target/18444 (Multithreading broken on Unix95-class platforms)
authorEric Botcazou <ebotcazou@libertysurf.fr>
Mon, 22 Nov 2004 22:26:11 +0000 (23:26 +0100)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 22 Nov 2004 22:26:11 +0000 (22:26 +0000)
commit181674429bc9e230b405b98694ab423c8bdb42eb
tree429455b0553bb86246e8d7679840ae2346140ce4
parent515a17919798a2c9597b2cf02660b9b07afd3fc4
re PR target/18444 (Multithreading broken on Unix95-class platforms)

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'.

From-SVN: r91041
gcc/ChangeLog
gcc/config.gcc
gcc/config/sol26.h [new file with mode: 0644]
gcc/configure
gcc/configure.ac
gcc/doc/install.texi
gcc/gthr-posix95.h [new file with mode: 0644]
gcc/gthr.h