aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-08-08 04:58:42 +0000
committerRoland McGrath <roland@gnu.org>2002-08-08 04:58:42 +0000
commite8e91498709241b718eb0b0de69e23c405d149ab (patch)
treefddf4e94d544c3cdf11476b043aa44d2c79e0709
parent939f249c81c4bff410fbe2befe186059c605d329 (diff)
downloadglibc-e8e91498709241b718eb0b0de69e23c405d149ab.tar
glibc-e8e91498709241b718eb0b0de69e23c405d149ab.tar.gz
glibc-e8e91498709241b718eb0b0de69e23c405d149ab.tar.bz2
glibc-e8e91498709241b718eb0b0de69e23c405d149ab.zip
* 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.
-rw-r--r--linuxthreads/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 2ff9fa7104..0b50f61757 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -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):