From: Ulrich Drepper Date: Wed, 21 Aug 2002 11:04:22 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2-3~421 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0fe354398f5a19c3529402e4f2e8bb8f055588a1;p=thirdparty%2Fglibc.git Update. 2002-08-21 Ulrich Drepper * sysdeps/i386/tls.h (TLS_SETUP_GS_SEGMENT): Add new parameter also to the third definition of this macro. --- diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 39c88c0cf11..0b8f07b4c2a 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,8 @@ +2002-08-21 Ulrich Drepper + + * sysdeps/i386/tls.h (TLS_SETUP_GS_SEGMENT): Add new parameter + also to the third definition of this macro. + 2002-06-17 Andreas Jaeger * sysdeps/unix/sysv/linux/x86_64/Makefile (CFLAGS-pt-initfini.s): diff --git a/linuxthreads/sysdeps/i386/tls.h b/linuxthreads/sysdeps/i386/tls.h index a168c008b75..a0c822759f2 100644 --- a/linuxthreads/sysdeps/i386/tls.h +++ b/linuxthreads/sysdeps/i386/tls.h @@ -145,7 +145,8 @@ typedef struct ({ int __seg = TLS_DO_SET_THREAD_AREA (descr, secondcall); \ __seg == -1 ? TLS_DO_MODIFY_LDT (descr, 0) : __seg; }) # 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 /* Code to initially initialize the thread pointer. This might need