about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-06-09 12:53:16 -0700
committerRoland McGrath <roland@hack.frob.com>2014-06-09 12:53:16 -0700
commit08f41f047c2ba7dbc66a10b7d0f8e9dd4ea2034d (patch)
treed37b22f3082e1b8e7c6349b56621b264113653c6 /ChangeLog
parent962b744d06c1df8653570f32c03da572801e4b6b (diff)
downloadglibc-08f41f047c2ba7dbc66a10b7d0f8e9dd4ea2034d.tar.gz
glibc-08f41f047c2ba7dbc66a10b7d0f8e9dd4ea2034d.tar.xz
glibc-08f41f047c2ba7dbc66a10b7d0f8e9dd4ea2034d.zip
ARM: Define TLS_DEFINE_INIT_TP
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bd1377164d..da5a7ec50b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2014-06-09  Roland McGrath  <roland@hack.frob.com>
 
+	* sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
+	* sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
+
 	* nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
 	if not already defined.
 	(do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.