diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-03-14 09:46:25 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-03-14 09:46:25 +0000 |
commit | c44bf9aa9efd817dcc25d8a4969aaa8015b05984 (patch) | |
tree | e2987ea354607c76fe114d3de2ab3e0118a3c24a /nptl | |
parent | 7f2936863ec9512b3cfc001c61873f096a520546 (diff) | |
download | glibc-c44bf9aa9efd817dcc25d8a4969aaa8015b05984.tar glibc-c44bf9aa9efd817dcc25d8a4969aaa8015b05984.tar.gz glibc-c44bf9aa9efd817dcc25d8a4969aaa8015b05984.tar.bz2 glibc-c44bf9aa9efd817dcc25d8a4969aaa8015b05984.zip |
Update.
2003-03-14 Ulrich Drepper <drepper@redhat.com>
* sysdeps/x86_64/tls.h (THREAD_GETMEM): Mark asms volatile.
(THREAD_GETMEM_NC): Likewise.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index c24573a2c4..27a30b1e2f 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2003-03-14 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/x86_64/tls.h (THREAD_GETMEM): Mark asms volatile. + (THREAD_GETMEM_NC): Likewise. + 2003-03-13 Ulrich Drepper <drepper@redhat.com> * allocatestack.c (allocate_stack): If MULTI_PAGE_ALIASING is defined |