From: Roland McGrath Date: Thu, 8 Aug 2002 04:58:42 +0000 (+0000) Subject: * sysdeps/i386/tls.h (TLS_DO_MODIFY_LDT): Add an extra argument with X-Git-Tag: cvs/glibc-2-3~498 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e8e91498709241b718eb0b0de69e23c405d149ab;p=thirdparty%2Fglibc.git * sysdeps/i386/tls.h (TLS_DO_MODIFY_LDT): Add an extra argument with an "m" constraint to the asm so the compiler knows LDT_ENTRY was used. --- diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 2ff9fa71048..0b50f617570 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,8 @@ +2002-08-07 Roland McGrath + + * sysdeps/i386/tls.h (TLS_DO_MODIFY_LDT): Add an extra argument with + an "m" constraint to the asm so the compiler knows LDT_ENTRY was used. + 2002-08-02 Roland McGrath * sysdeps/pthread/bits/libc-tsd.h (enum __libc_tsd_key_t):