Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 | |
From-SVN: r101317 | |||||
2005-01-17 | gthr-posix.h (__gthread_active_p): Use pthread_cancel instead of ↵ | Ranjit Mathew | 1 | -2/+3 | |
pthread_create to find out if threads are enabled. * gthr-posix.h (__gthread_active_p): Use pthread_cancel instead of pthread_create to find out if threads are enabled. * gthr-posix95.h (__gthread_active_p): Likewise. From-SVN: r93762 | |||||
2004-11-23 | Fix formatting nit. | Eric Botcazou | 1 | -1/+1 | |
From-SVN: r91085 | |||||
2004-11-22 | re PR target/18444 (Multithreading broken on Unix95-class platforms) | Eric Botcazou | 1 | -0/+592 | |
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 |