This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "uClibc-ng - small C library for embedded systems".
The branch, master has been updated via 0d3dfd0f8e8f8acdea157b87b372d79ae7b512f0 (commit) from 4ad33b2f16f3c537226698c961b488162b8fc548 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 0d3dfd0f8e8f8acdea157b87b372d79ae7b512f0 Author: Waldemar Brodkorb wbx@openadk.org Date: Sun Mar 8 14:00:06 2015 -0500
okay, chicken-egg-problem solved really now. (was xtensa no thread failure)
-----------------------------------------------------------------------
Summary of changes: ldso/ldso/xtensa/dl-tlsdesc.S | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/ldso/ldso/xtensa/dl-tlsdesc.S b/ldso/ldso/xtensa/dl-tlsdesc.S index f1bbf41..0638af4 100644 --- a/ldso/ldso/xtensa/dl-tlsdesc.S +++ b/ldso/ldso/xtensa/dl-tlsdesc.S @@ -18,12 +18,10 @@
#include <sysdep.h>
-#if defined(USE_TLS) && USE_TLS - +#if defined __UCLIBC_HAS_TLS__ #include <tls.h> #include "tlsdesc.h"
- .text .align 4 .hidden _dl_tlsdesc_return @@ -97,4 +95,4 @@ _dl_tlsdesc_dynamic: .size _dl_tlsdesc_dynamic, .-_dl_tlsdesc_dynamic
#endif /* SHARED */ -#endif /* USE_TLS */ +#endif
hooks/post-receive