diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-04-12 20:32:01 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-04-12 20:32:01 +0000 |
commit | 177d1ad3ac9aab9b8ae7e7f70c2c66b6bdb876ee (patch) | |
tree | 14a7365c1e51d7195303a37d0b8fc17677a5b831 /nptl/ChangeLog | |
parent | 68107ec092e7cc3fcd1f56edf9da8085cffed00d (diff) | |
download | glibc-177d1ad3ac9aab9b8ae7e7f70c2c66b6bdb876ee.tar glibc-177d1ad3ac9aab9b8ae7e7f70c2c66b6bdb876ee.tar.gz glibc-177d1ad3ac9aab9b8ae7e7f70c2c66b6bdb876ee.tar.bz2 glibc-177d1ad3ac9aab9b8ae7e7f70c2c66b6bdb876ee.zip |
Update.
2003-04-12 Ulrich Drepper <drepper@redhat.com>
* sysdeps/x86_64/tls.h (THREAD_SETMEM): Word around compiler bug
which mishandles loading of global object addresses in PIC.
(THREAD_SETMEM_NC): Likewise.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index d40118b42d..d6aa004c42 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,9 @@ +2003-04-12 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/x86_64/tls.h (THREAD_SETMEM): Word around compiler bug + which mishandles loading of global object addresses in PIC. + (THREAD_SETMEM_NC): Likewise. + 2003-04-11 Ulrich Drepper <drepper@redhat.com> * pthread.h: Define new data structure for cleanup buffer. Declare |