diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-07-03 21:51:01 -0700 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-08-04 09:53:49 -0400 |
commit | ca08746f9f9eec5b641e49263877a12348bd8b74 (patch) | |
tree | 7b3b9c9c3b458800c536dfd7db25e78ceff8e422 /ChangeLog | |
parent | 9c925ff964bf221207dd6727d468ee964e2725fd (diff) | |
download | glibc-ca08746f9f9eec5b641e49263877a12348bd8b74.tar glibc-ca08746f9f9eec5b641e49263877a12348bd8b74.tar.gz glibc-ca08746f9f9eec5b641e49263877a12348bd8b74.tar.bz2 glibc-ca08746f9f9eec5b641e49263877a12348bd8b74.zip |
IA64: Define TLS_DEFINE_INIT_TP
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2014-08-04 Roland McGrath <roland@hack.frob.com> + * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>. + * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro. + * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro. + * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed. + +2014-08-04 Roland McGrath <roland@hack.frob.com> + * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ... * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here. (__libc_vfork): Define function under this name. |