diff options
author | Martin Sebor <msebor@gcc.gnu.org> | 2015-07-09 19:25:38 -0400 |
---|---|---|
committer | Martin Sebor <msebor@gcc.gnu.org> | 2015-07-09 19:27:06 -0400 |
commit | 203c1a898dd2e281eae30f3c57ceb8d4a50b00f4 (patch) | |
tree | 361cc14f5511e02bbd500aed53ec5313714cfdb8 /ChangeLog | |
parent | 2193ce8746ec11b2325cc55aa8f338d5872492bf (diff) | |
download | glibc-203c1a898dd2e281eae30f3c57ceb8d4a50b00f4.tar.gz glibc-203c1a898dd2e281eae30f3c57ceb8d4a50b00f4.tar.xz glibc-203c1a898dd2e281eae30f3c57ceb8d4a50b00f4.zip |
The patch committed to fix bug #18435 caused regressions on aarch64
and also powerpc64 and powerpc64le. See the discussion in the thread below for details. This change reverts the problematic bits leaving the added test in place and marking XFAIL in anticipation of fixing the bug in the near future. https://sourceware.org/ml/libc-alpha/2015-07/msg00141.html [BZ #18435] * nptl/pthreadP.h (pthread_cleanup_push, pthread_cleanup_pop): Revert commit ed225df3ad9cbac3c22ec3f0fbbed1f9c61d1c54. * nptl/Makefile (test-xfail-tst-once5): Define.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index fae6a3052b..91c963200a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2015-07-09 Martin Sebor <msebor@redhat.com> + + [BZ #18435] + * nptl/pthreadP.h (pthread_cleanup_push, pthread_cleanup_pop): + Revert commit ed225df3ad9cbac3c22ec3f0fbbed1f9c61d1c54. + * nptl/Makefile (test-xfail-tst-once5): Define. + 2015-07-09 Roland McGrath <roland@hack.frob.com> * include/stdio.h: Add rtld_hidden_proto (__libc_fatal). |