aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads/sysdeps/i386
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-02-09 06:13:03 +0000
committerUlrich Drepper <drepper@redhat.com>2002-02-09 06:13:03 +0000
commit974ac3d67864d946f8cf75f3db7cab699bc8d8aa (patch)
treedd91972099e1cfb09c2d54b070810437e1e5a05d /linuxthreads/sysdeps/i386
parent2a535bf6a022d6470247732a7135ef581744ba95 (diff)
downloadglibc-974ac3d67864d946f8cf75f3db7cab699bc8d8aa.tar
glibc-974ac3d67864d946f8cf75f3db7cab699bc8d8aa.tar.gz
glibc-974ac3d67864d946f8cf75f3db7cab699bc8d8aa.tar.bz2
glibc-974ac3d67864d946f8cf75f3db7cab699bc8d8aa.zip
Update.
2002-02-08 Ulrich Drepper <drepper@redhat.com> * sysdeps/i386/tls.h (TLS_INIT_TP): Also initialize %gs.
Diffstat (limited to 'linuxthreads/sysdeps/i386')
-rw-r--r--linuxthreads/sysdeps/i386/tls.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linuxthreads/sysdeps/i386/tls.h b/linuxthreads/sysdeps/i386/tls.h
index 4d701cc6e8..79e4fde9c7 100644
--- a/linuxthreads/sysdeps/i386/tls.h
+++ b/linuxthreads/sysdeps/i386/tls.h
@@ -94,6 +94,8 @@ typedef struct
if (__builtin_expect (result, 0) != 0) \
/* Nothing else we can do. */ \
asm ("hlt"); \
+ \
+ asm ("movw %w0, %%gs" : : "q" (7)); \
} while (0)