aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-11-12 14:50:09 -0800
committerRoland McGrath <roland@hack.frob.com>2014-11-12 14:52:31 -0800
commitc6aab2cb524a9c54613f0a4f8310fc1ab48658a8 (patch)
treed71c37549eca9cc596632e3985942cbcbf582d1a /ChangeLog
parent24f4f8253f177f8a1f5a6cd5f59be1cf766be284 (diff)
downloadglibc-c6aab2cb524a9c54613f0a4f8310fc1ab48658a8.zip
glibc-c6aab2cb524a9c54613f0a4f8310fc1ab48658a8.tar.gz
glibc-c6aab2cb524a9c54613f0a4f8310fc1ab48658a8.tar.bz2
NPTL: Move __libc_multiple_threads_ptr defn to nptl-init.c
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d4c3406..f6fe1fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-11-12 Roland McGrath <roland@hack.frob.com>
+
+ * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
+ (__libc_multiple_threads_ptr): Variable moved ...
+ * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
+
2014-11-12 Joseph Myers <joseph@codesourcery.com>
* conform/GlibcConform.pm: New file.