diff options
author | Richard Henderson <rth@twiddle.net> | 2014-05-23 15:24:20 -0700 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2014-05-23 21:33:05 -0700 |
commit | 8820e3acc3bb95b9b0921fe0c0711aae19f1da94 (patch) | |
tree | fbe1ffe4282f8f71785e675e778b07c975790a14 /ChangeLog | |
parent | e59252a58edad4bf74a094e22a70811d5585c60f (diff) | |
download | glibc-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-- | ChangeLog | 6 |
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] |