diff options
| author | Ulrich Drepper <drepper@redhat.com> | 2002-08-20 11:10:37 +0000 |
|---|---|---|
| committer | Ulrich Drepper <drepper@redhat.com> | 2002-08-20 11:10:37 +0000 |
| commit | 69681bdee0226cef026ab761738373955393422b (patch) | |
| tree | d104408a000f02c27dcbc06f2855c83e78e6b17e /linuxthreads/ChangeLog | |
| parent | d78ce054e2a3b23fed53f42ea7aa6e1c2ff6d748 (diff) | |
| download | glibc-69681bdee0226cef026ab761738373955393422b.tar.xz glibc-69681bdee0226cef026ab761738373955393422b.zip | |
Update.
* include/unistd.h: Don't hide _exit.
Diffstat (limited to 'linuxthreads/ChangeLog')
| -rw-r--r-- | linuxthreads/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 93a71d74e6..86848a685e 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,5 +1,11 @@ 2002-08-20 Ulrich Drepper <drepper@redhat.com> + * sysdeps/i386/tls.h: Use 32-bit operations when handling segment + registers. No need to mask upper 16 bits in this case. + * sysdeps/i386/useldt.h: Likewise. + (DO_SET_THREAD_AREA): We have to load %gs again even if the value + is the same since the GDT content changed. + * sysdeps/i386/tls.h (TLS_INIT_TP): Add new parameter and pass it on to TLS_SETUP_GS_SEGMENT. (TLS_SETUP_GS_SEGMENT): Add new parameter and pass it on to |
