diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-09-02 19:59:33 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-09-02 19:59:33 +0000 |
commit | 14feaff359d7284bce6be4cd8f16574b295cc88e (patch) | |
tree | c8648ac7d3b5969fd7fcc1b92b03af864ae4d49e /linuxthreads | |
parent | d6d43292b8aa35cfeb54a75c1d707289dea7cce7 (diff) | |
download | glibc-14feaff359d7284bce6be4cd8f16574b295cc88e.tar.gz glibc-14feaff359d7284bce6be4cd8f16574b295cc88e.tar.xz glibc-14feaff359d7284bce6be4cd8f16574b295cc88e.zip |
Update.
* sysdeps/unix/sysv/linux/i386/dl-sysdep.h (DL_SYSINFO_IMPLEMENTATION): Add CFI and make sure the code ends up in .text.
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 9324545dd4..d8ec55c3b8 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,5 +1,9 @@ 2003-09-02 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/i386/dl-sysdep.h + (DL_SYSINFO_IMPLEMENTATION): Add CFI and make sure the code ends + up in .text. + * barrier.c (pthread_barrierattr_setpshared): We don't handle inter-process barriers. |