about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Pluzhnikov <ppluzhnikov@google.com>2013-11-20 10:05:24 -0800
committerPaul Pluzhnikov <ppluzhnikov@google.com>2013-11-20 10:05:24 -0800
commit78271fa91a1e6902222e892068750059ec21f396 (patch)
tree7454960ce2b13987b121b16331bd9d12144a249d /ChangeLog
parent10ad46bc6526edc5c7afcc57112da96917ff3629 (diff)
downloadglibc-78271fa91a1e6902222e892068750059ec21f396.tar.gz
glibc-78271fa91a1e6902222e892068750059ec21f396.tar.xz
glibc-78271fa91a1e6902222e892068750059ec21f396.zip
Fix failure in nptl/tst-cleanup when building with
gcc (GCC) 4.9.0 20131114 (experimental)

2013-11-20  Paul Pluzhnikov  <ppluzhnikov@google.com>

	* nptl/tst-cleanup2.c (do_test): Handle SIGILL as well.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f673d3226..a6a2851500 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-11-20  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+	* nptl/tst-cleanup2.c (do_test): Handle SIGILL as well.
+
 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
 
 	* malloc/hooks.c (memalign_check): Add alignment rounding.