diff options
author | Roland McGrath <roland@gnu.org> | 2006-03-05 02:53:03 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2006-03-05 02:53:03 +0000 |
commit | a935c3dc908c26b6ca87a4e892d03d84165d1e83 (patch) | |
tree | 31afc0a577ea9c41d510097c01c901a14234f424 /ChangeLog | |
parent | 3295976affeff4d04981811c45d466b276b6dce3 (diff) | |
download | glibc-a935c3dc908c26b6ca87a4e892d03d84165d1e83.tar.gz glibc-a935c3dc908c26b6ca87a4e892d03d84165d1e83.tar.xz glibc-a935c3dc908c26b6ca87a4e892d03d84165d1e83.zip |
* sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Make sure high bits
of SEL are clear after copying %gs to low bits. (_hurd_tls_fork): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8d8a2673dd..cc1edb7c47 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-03-04 Roland McGrath <roland@frob.com> + + * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Make sure high bits + of SEL are clear after copying %gs to low bits. + (_hurd_tls_fork): Likewise. + 2006-03-03 Roland McGrath <roland@redhat.com> [BZ #2414] |