mirror of git://sourceware.org/git/glibc.git
Update.
2002-02-08 Ulrich Drepper <drepper@redhat.com> * sysdeps/i386/tls.h (TLS_INIT_TP): Also initialize %gs.
This commit is contained in:
parent
2a535bf6a0
commit
974ac3d678
|
|
@ -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>
|
2002-02-08 Richard Henderson <rth@twiddle.net>
|
||||||
|
|
||||||
* sysdeps/alpha/elf/pt-initfini.c: Use \n\ for multiline string.
|
* sysdeps/alpha/elf/pt-initfini.c: Use \n\ for multiline string.
|
||||||
|
|
|
||||||
|
|
@ -94,6 +94,8 @@ typedef struct
|
||||||
if (__builtin_expect (result, 0) != 0) \
|
if (__builtin_expect (result, 0) != 0) \
|
||||||
/* Nothing else we can do. */ \
|
/* Nothing else we can do. */ \
|
||||||
asm ("hlt"); \
|
asm ("hlt"); \
|
||||||
|
\
|
||||||
|
asm ("movw %w0, %%gs" : : "q" (7)); \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue