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 d9af3e5575a741eb784c7f55a998f0e4085ae1ca (commit) from b15663cf14e1bff98533de992e99feba041b1357 (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 d9af3e5575a741eb784c7f55a998f0e4085ae1ca Author: Waldemar Brodkorb wbx@openadk.org Date: Sat Mar 7 16:07:11 2015 -0600
should have test it better, fix non-thread compile
-----------------------------------------------------------------------
Summary of changes: ldso/ldso/xtensa/dl-tlsdesc.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ldso/ldso/xtensa/dl-tlsdesc.S b/ldso/ldso/xtensa/dl-tlsdesc.S index dee4258..f1bbf41 100644 --- a/ldso/ldso/xtensa/dl-tlsdesc.S +++ b/ldso/ldso/xtensa/dl-tlsdesc.S @@ -17,10 +17,10 @@ http://www.gnu.org/licenses/. */
#include <sysdep.h> -#include <tls.h>
#if defined(USE_TLS) && USE_TLS
+#include <tls.h> #include "tlsdesc.h"
hooks/post-receive