mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Update.
2002-08-21 Ulrich Drepper <drepper@redhat.com> * sysdeps/i386/tls.h (TLS_SETUP_GS_SEGMENT): Add new parameter also to the third definition of this macro.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2002-08-21 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/i386/tls.h (TLS_SETUP_GS_SEGMENT): Add new parameter
|
||||||
|
also to the third definition of this macro.
|
||||||
|
|
||||||
2002-06-17 Andreas Jaeger <aj@suse.de>
|
2002-06-17 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/x86_64/Makefile (CFLAGS-pt-initfini.s):
|
* sysdeps/unix/sysv/linux/x86_64/Makefile (CFLAGS-pt-initfini.s):
|
||||||
|
@ -145,7 +145,8 @@ typedef struct
|
|||||||
({ int __seg = TLS_DO_SET_THREAD_AREA (descr, secondcall); \
|
({ int __seg = TLS_DO_SET_THREAD_AREA (descr, secondcall); \
|
||||||
__seg == -1 ? TLS_DO_MODIFY_LDT (descr, 0) : __seg; })
|
__seg == -1 ? TLS_DO_MODIFY_LDT (descr, 0) : __seg; })
|
||||||
# else
|
# else
|
||||||
# define TLS_SETUP_GS_SEGMENT(descr) TLS_DO_MODIFY_LDT ((descr), 0)
|
# define TLS_SETUP_GS_SEGMENT(descr, secondcall) \
|
||||||
|
TLS_DO_MODIFY_LDT ((descr), 0)
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
/* Code to initially initialize the thread pointer. This might need
|
/* Code to initially initialize the thread pointer. This might need
|
||||||
|
Reference in New Issue
Block a user