diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-06-09 12:53:16 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-06-09 12:53:16 -0700 |
commit | 08f41f047c2ba7dbc66a10b7d0f8e9dd4ea2034d (patch) | |
tree | d37b22f3082e1b8e7c6349b56621b264113653c6 /ChangeLog | |
parent | 962b744d06c1df8653570f32c03da572801e4b6b (diff) | |
download | glibc-08f41f047c2ba7dbc66a10b7d0f8e9dd4ea2034d.zip glibc-08f41f047c2ba7dbc66a10b7d0f8e9dd4ea2034d.tar.gz glibc-08f41f047c2ba7dbc66a10b7d0f8e9dd4ea2034d.tar.bz2 |
ARM: Define TLS_DEFINE_INIT_TP
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |