diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-04-25 17:27:35 +0000 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-04-25 17:27:35 +0000 |
commit | 963e3742bde1a5c52a67844e144f323e5f996ac0 (patch) | |
tree | df402710e51e4661a27a70db7a43cf680a5caf32 /libpthread/linuxthreads.old/sysdeps/sh/tls.h | |
parent | 72fef32aa0821a1851d7a99f443bb33d1bf76e3d (diff) | |
download | uClibc-alpine-963e3742bde1a5c52a67844e144f323e5f996ac0.tar.bz2 uClibc-alpine-963e3742bde1a5c52a67844e144f323e5f996ac0.tar.xz |
STEP 11: synch linuxthreads.old directory
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Diffstat (limited to 'libpthread/linuxthreads.old/sysdeps/sh/tls.h')
-rw-r--r-- | libpthread/linuxthreads.old/sysdeps/sh/tls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/linuxthreads.old/sysdeps/sh/tls.h b/libpthread/linuxthreads.old/sysdeps/sh/tls.h index 75326d8e1..7bc29800a 100644 --- a/libpthread/linuxthreads.old/sysdeps/sh/tls.h +++ b/libpthread/linuxthreads.old/sysdeps/sh/tls.h @@ -100,7 +100,7 @@ typedef struct /* For now the thread descriptor is at the same address. */ \ head->self = _descr; \ \ - asm ("ldc %0,gbr" : : "r" (_descr)); \ + __asm__ ("ldc %0,gbr" : : "r" (_descr)); \ \ 0; \ }) |