-
- Downloads
re PR bootstrap/9330 ([alpha-osf]small alphaev56-dec-osf5.1 --enable-threads=posix problem)
* config.gcc (alpha*-dec-osf[45]*): Enable POSIX thread support by default. * gthr-posix.c: New file. * gthr-posix.h: Define _REENTRANT if missing. Make _LIBOBJC #pragma weak visible with _LIBOBJC_WEAK. * config/alpha/t-osf4 (SHLIB_LINK): Hide dummy functions provided by gthr-posix.o. * config/alpha/t-osf-pthread: New file. * fixinc/inclhack.def (alpha_pthread): New fix. * fixinc/fixincl.x: Regenerate. * fixinc/tests/base/pthread.h [ALPHA_PTHREAD_CHECK]: New testcase. * doc/install.texi (alpha*-dec-osf*): Remove --enable-threads warning. Fixes PR bootstrap/9330. From-SVN: r69998
Showing
- gcc/ChangeLog 21 additions, 0 deletionsgcc/ChangeLog
- gcc/config.gcc 6 additions, 0 deletionsgcc/config.gcc
- gcc/config/alpha/t-osf-pthread 5 additions, 0 deletionsgcc/config/alpha/t-osf-pthread
- gcc/config/alpha/t-osf4 4 additions, 0 deletionsgcc/config/alpha/t-osf4
- gcc/doc/install.texi 0 additions, 3 deletionsgcc/doc/install.texi
- gcc/fixinc/fixincl.x 50 additions, 5 deletionsgcc/fixinc/fixincl.x
- gcc/fixinc/inclhack.def 19 additions, 0 deletionsgcc/fixinc/inclhack.def
- gcc/fixinc/tests/base/pthread.h 7 additions, 0 deletionsgcc/fixinc/tests/base/pthread.h
- gcc/gthr-posix.c 207 additions, 0 deletionsgcc/gthr-posix.c
- gcc/gthr-posix.h 9 additions, 3 deletionsgcc/gthr-posix.h
Loading
Please register or sign in to comment