From 6579597083e608f5a66fe8a898d113c2588e2c8f Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 7 Dec 2016 07:59:34 +0100 Subject: xtensa: fix static linking uClibc-ng 1.0.20 fixed static linking with "libdl" by adding all libdl functions into the libc. On xtensa, though, libdl contains an unresolved reference that is satisfied by the ld.so - which is not a part of the linking in a static case. Signed-off-by: Alexey Neyman Acked-by: Max Filippov --- libpthread/nptl/sysdeps/xtensa/libc-dl-tlsdesc.S | 1 + 1 file changed, 1 insertion(+) create mode 100644 libpthread/nptl/sysdeps/xtensa/libc-dl-tlsdesc.S (limited to 'libpthread/nptl/sysdeps/xtensa/libc-dl-tlsdesc.S') diff --git a/libpthread/nptl/sysdeps/xtensa/libc-dl-tlsdesc.S b/libpthread/nptl/sysdeps/xtensa/libc-dl-tlsdesc.S new file mode 100644 index 000000000..39da7c27e --- /dev/null +++ b/libpthread/nptl/sysdeps/xtensa/libc-dl-tlsdesc.S @@ -0,0 +1 @@ +#include -- cgit v1.2.3