summaryrefslogtreecommitdiff
path: root/libpthread/nptl/sysdeps/xtensa/libc-dl-tlsdesc.S
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-12-07 07:59:34 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-12-10 15:14:29 +0100
commit6579597083e608f5a66fe8a898d113c2588e2c8f (patch)
tree9b1bb6fb3003eb5dbe717b0606ce2e9e90c15453 /libpthread/nptl/sysdeps/xtensa/libc-dl-tlsdesc.S
parent569914be2e968a1bda8b4982ca97c1524635174e (diff)
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 <stilor@att.net> Acked-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'libpthread/nptl/sysdeps/xtensa/libc-dl-tlsdesc.S')
-rw-r--r--libpthread/nptl/sysdeps/xtensa/libc-dl-tlsdesc.S1
1 files changed, 1 insertions, 0 deletions
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 <ldso/ldso/xtensa/dl-tlsdesc.S>