From: Ulrich Drepper Date: Tue, 2 Sep 2003 19:59:33 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_3_3~281 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=14feaff359d7284bce6be4cd8f16574b295cc88e;p=platform%2Fupstream%2Fglibc.git Update. * sysdeps/unix/sysv/linux/i386/dl-sysdep.h (DL_SYSINFO_IMPLEMENTATION): Add CFI and make sure the code ends up in .text. --- diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 9324545..d8ec55c 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,5 +1,9 @@ 2003-09-02 Ulrich Drepper + * 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.