Hi Ralf,
> Can't gcc/gthr-tpf.h go, too? What about gcc/gthr-nks.h?
they are both used: config.gcc (s390x-ibm-tpf*) has thread_file='tpf',
and i[3456x]86-*-netware* uses thread_file='nks'. I checked for
references to the existing gthr-*.h files for the cleanup patch.
Thanks.
Rainer
--
Hi Rainer,
* Rainer Orth wrote on Mon, Mar 21, 2011 at 12:55:23PM CET:
> 2011-03-20 Rainer Orth
>
> gcc:
> * gthr-solaris.h: Remove.
> * gthr.h (_SOLARIS_THREADS): Don't include gthr-solaris.h, remove.
> * config/sol2.h (CPP_SUBTARGET_SPEC): Remove -threads support.
>
We still have support for --enable-threads=solaris (the old Unix
International thread library) in GCC. This is pretty pointless IMO:
* Both libthread and libpthread are only two different interfaces to the
same implementation.
* Most of our runtime libraries don't support libthread at all.
*