about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-07-03 21:51:01 -0700
committerMike Frysinger <vapier@gentoo.org>2014-08-04 09:53:49 -0400
commitca08746f9f9eec5b641e49263877a12348bd8b74 (patch)
tree7b3b9c9c3b458800c536dfd7db25e78ceff8e422 /ChangeLog
parent9c925ff964bf221207dd6727d468ee964e2725fd (diff)
downloadglibc-ca08746f9f9eec5b641e49263877a12348bd8b74.tar.gz
glibc-ca08746f9f9eec5b641e49263877a12348bd8b74.tar.xz
glibc-ca08746f9f9eec5b641e49263877a12348bd8b74.zip
IA64: Define TLS_DEFINE_INIT_TP
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5cf57462a7..4d2ef18c4c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.