Re: nptl 0.57
Jakub Jelinek <[email protected]>
| Newsgroups | gmane.comp.lib.phil |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Sep 02, 2003 at 10:17:07PM -0700, Ulrich Drepper wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > High time for a new source drop: > > http://people.redhat.com/drepper/nptl/nptl-0.57.tar.bz2 > ftp://people.redhat.com/drepper/nptl/nptl-0.57.tar.bz2 > > The changes are numerous and most of them were made by Jakub: > > ~ SPARC port (by Jakub); only SPARC64 and SPARCv9 and up Well, SPARCv9 only ATM (GNU ld doesn't support TLS on elf64-sparc yet). SPARC < v9 could be IMHO very easily supported (basically just remove the #error in lowlevellock.h, add some define to signal pthread_*attr_setpshared (, PTHREAD_PROCESS_SHARED) cannot be supported and use that define in pthread_*attr_setpshared.c to return ENOSYS), but it would need testing. Jakub