Various fixes to make nptl work on hardened toolchain. Tested with simple pthreaded hello world.
Those are for nptl branch. Natanael Copa (2): ldso: initialize stack_chk_guard after TLS is initialized define local stack_chk_guard for nptl Timo Teräs (1): PIC fixes for hardened ldso/ldso/ldso.c | 26 ++++++++++---------- libc/misc/internals/__uClibc_main.c | 3 +- libpthread/nptl/sysdeps/pthread/Makefile.in | 4 +- .../sysdeps/unix/sysv/linux/i386/Makefile.arch | 7 +++-- .../sysdeps/unix/sysv/linux/i386/lowlevellock.h | 6 +++- 5 files changed, 25 insertions(+), 21 deletions(-) _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
