diff options
author | Richard Henderson <rth@twiddle.net> | 2014-05-25 09:04:54 -0700 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2014-05-25 09:04:54 -0700 |
commit | 82aab97cbf74d03ff7eab70f918548e14fe0a370 (patch) | |
tree | b8d4ef8b3e7c156a5f533a991a1e5b0820ef23b1 /ChangeLog | |
parent | 900e445fad9bf301a42c0d0008cce504ad94050e (diff) | |
download | glibc-82aab97cbf74d03ff7eab70f918548e14fe0a370.tar.gz glibc-82aab97cbf74d03ff7eab70f918548e14fe0a370.tar.xz glibc-82aab97cbf74d03ff7eab70f918548e14fe0a370.zip |
alpha: Do non-default symbols in pt-vfork.S
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 271e31d45d..a126a4ac5b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2014-05-25 Richard Henderson <rth@twiddle.net> + + * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only + define if !NOT_IN_libc. + * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only + define with non-default symbol versions. + 2014-05-23 Richard Henderson <rth@twiddle.net> * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc. |