* 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.
This commit is contained in:
Roland McGrath 2002-08-08 04:58:42 +00:00
parent 939f249c81
commit e8e9149870
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2002-08-07 Roland McGrath <roland@redhat.com>
* 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 <roland@redhat.com>
* sysdeps/pthread/bits/libc-tsd.h (enum __libc_tsd_key_t):