about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2014-05-23 15:24:20 -0700
committerRichard Henderson <rth@twiddle.net>2014-05-23 21:33:05 -0700
commit8820e3acc3bb95b9b0921fe0c0711aae19f1da94 (patch)
treefbe1ffe4282f8f71785e675e778b07c975790a14 /ChangeLog
parente59252a58edad4bf74a094e22a70811d5585c60f (diff)
downloadglibc-8820e3acc3bb95b9b0921fe0c0711aae19f1da94.tar.gz
glibc-8820e3acc3bb95b9b0921fe0c0711aae19f1da94.tar.xz
glibc-8820e3acc3bb95b9b0921fe0c0711aae19f1da94.zip
Only support ifunc in nptl/pt-vfork.c
	* nptl/pt-vfork.c: Error if !HAVE_IFUNC.
	[!HAVE_IFUNC] (vfork_compat): Remove.
	[!HAVE_IFUNC] (DEFINE_VFORK): Remove.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ea921b5e4..11b3521dd4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-05-23  Richard Henderson  <rth@twiddle.net>
+
+	* nptl/pt-vfork.c: Error if !HAVE_IFUNC.
+	[!HAVE_IFUNC] (vfork_compat): Remove.
+	[!HAVE_IFUNC] (DEFINE_VFORK): Remove.
+
 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
 
 	[BZ #16978]