Re: dietlibc cvs unstable
Enrico Scholz <[email protected]> Sat, 05 Apr 2014 18:10:37 +0200
| Newsgroups | gmane.linux.lib.dietlibc |
|---|---|
| Message-ID | <5d10667d5ed8@here> |
[Maillist seems to have a broken filter which rejects all mails and points to http://www.fefe.de/barf/contenttype.html. I am trying to send the same message with telnet now...] [email protected] (Felix von Leitner) writes: > The main change is: if dietfeatures.h contains WANT_TLS, errno is a > now thread-local variable. The syscall wrappers for all the platforms > need to be changed for this. Hi fefe, I implemented basic TLS support (this means, non-tls programs build and run with new code) for ARM. You can find the changes at the top of the 'rebase' Branch at https://github.com/ensc/dietlibc/commits/rebase But they are not applicable as-is because your codebase misses a lot of ARM enhancements and fixes. Enrico