2002-02-08  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/i386/tls.h (TLS_INIT_TP): Also initialize %gs.
This commit is contained in:
Ulrich Drepper 2002-02-09 06:13:03 +00:00
parent 2a535bf6a0
commit 974ac3d678
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-02-08 Ulrich Drepper <drepper@redhat.com>
* sysdeps/i386/tls.h (TLS_INIT_TP): Also initialize %gs.
2002-02-08 Richard Henderson <rth@twiddle.net>
* sysdeps/alpha/elf/pt-initfini.c: Use \n\ for multiline string.

View File

@ -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)