aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMartin Galvan <martin.galvan@tallertechnologies.com>2015-03-28 01:31:56 -0300
committerMike Frysinger <vapier@gentoo.org>2015-03-28 00:44:22 -0400
commit4d611e1261961bb9460faf21418845918ad270fd (patch)
tree1544863ccfb5cb0be9860203c80d2ee0a861503a /ChangeLog
parent7285eb535aa8bdb43298069b353a3a4b4340a2b4 (diff)
NPTL: swap comments for THREAD_SETMEM and THREAD_SETMEM_NC for i386 and x86_64
The comments for THREAD_SETMEM and THREAD_SETMEM_NC were swapped for i386 and x86_64; this patch fixes that.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 09ceae6884..70a4657c55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-03-27 Martin Galvan <martin.galvan@tallertechnologies.com>
+
+ * sysdeps/i386/nptl/tls.h: Swap comments between THREAD_SETMEM and
+ THREAD_SETMEM_NC.
+ * sysdeps/x86_64/nptl/tls.h: Ditto.
+
2015-03-27 Roland McGrath <roland@hack.frob.com>
* dlfcn/tststatic.c (main): Converted to ...