Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-28 | remove PID caching | Waldemar Brodkorb | |
Follow GNU C Library from c579f48edba88380635ab98cb612030e3ed8691e and remove the PID caching. These simplifies the architecture specific assembly code. The run of the test suite found no regressions, it even solves some of the test failures for x86/x86_64/sparc. Reviewed-by: Max Filippov <jcmvbkbc@gmail.com> Reviewed-by: Vineet Gupta <Vineet.Gupta1@synopsys.com> Acked-by: Matthew Fortune <Matthew.Fortune@imgtec.com> Acked-by: Alexey Brodkin <Alexey.Brodkin@synopsys.com> | |||
2016-11-03 | microblaze: add NPTL/TLS support from GNU libc | Waldemar Brodkorb | |
Not perfect, but a starting point. Some tests of the test suite are failing. |