From 191739597c6d380692885cfdd8dd8aa4f31f029d Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 31 Oct 2016 18:05:44 +0100 Subject: microblaze: add NPTL/TLS support from GNU libc Not perfect, but a starting point. Some tests of the test suite are failing. --- libpthread/nptl/sysdeps/unix/sysv/linux/microblaze/clone.S | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 libpthread/nptl/sysdeps/unix/sysv/linux/microblaze/clone.S (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/microblaze/clone.S') diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/microblaze/clone.S b/libpthread/nptl/sysdeps/unix/sysv/linux/microblaze/clone.S new file mode 100644 index 000000000..faa78d936 --- /dev/null +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/microblaze/clone.S @@ -0,0 +1,4 @@ +#define RESET_PID +#include +#include +#include "../../../../../../../libc/sysdeps/linux/microblaze/clone.S" -- cgit v1.2.3