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 077b37591f53a16705a6ddab10bcee80e067ca2f (commit)
from 4a076a061e57c55d94c79d0fd3b201c3a84a30cb (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 077b37591f53a16705a6ddab10bcee80e067ca2f
Author: Waldemar Brodkorb <wbx(a)openadk.org>
Date: Tue Sep 23 22:02:18 2014 +0200
testsuite: fix xtensa macros
-----------------------------------------------------------------------
Summary of changes:
test/tls/tls-macros.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/test/tls/tls-macros.h b/test/tls/tls-macros.h
index 56347b4..a41aef6 100644
--- a/test/tls/tls-macros.h
+++ b/test/tls/tls-macros.h
@@ -889,7 +889,7 @@ register void *__gp __asm__("$29");
#define TLS_GD(x) \
({ int *__l; \
- asm ("movi a8, " #x "@TLSFUNC\n\t" \
+ __asm__ ("movi a8, " #x "@TLSFUNC\n\t" \
"movi a10, " #x "@TLSARG\n\t" \
"callx8.tls a8, " #x "@TLSCALL\n\t" \
"mov %0, a10\n\t" \
@@ -900,7 +900,7 @@ register void *__gp __asm__("$29");
#define TLS_LD(x) \
({ int *__l; \
- asm ("movi a8, " #x "@TLSFUNC\n\t" \
+ __asm__ ("movi a8, " #x "@TLSFUNC\n\t" \
"movi a10, " #x "@TLSARG\n\t" \
"callx8.tls a8, " #x "@TLSCALL\n\t" \
"movi %0, " #x "@TPOFF\n\t" \
@@ -915,7 +915,7 @@ register void *__gp __asm__("$29");
#define TLS_LE(x) \
({ int *__l; \
int __t; \
- asm ("rur %0, threadptr\n\t" \
+ __asm__ ("rur %0, threadptr\n\t" \
"movi %1, " #x "@TPOFF\n\t" \
"add %0, %0, %1\n\t" \
: "=r" (__l), "=r" (__t) ); \
hooks/post-receive
--
uClibc-ng - small C library for embedded systems
Show replies by date