summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohn David Anglin <dave.anglin@bell.net>2014-05-04 14:02:30 -0400
committerMike Frysinger <vapier@gentoo.org>2016-01-06 17:26:04 -0500
commitd7f914848b7d5e9b11bbffd1fecc4659d4acdc2d (patch)
treeb2d229d7551680a57ed3aba6086f941852a426fd /ChangeLog
parentdb2f6f4794f722eac43b4b831f41abfc784fcfb5 (diff)
hppa: fix pthread spinlock
URL: https://bugs.debian.org/725508
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 72614feb82..acaf7a87a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2016-01-06 John David Anglin <dave.anglin@bell.net>
+
+ * sysdeps/hppa/nptl/pthread_spin_init.c (pthread_spin_init): Replace
+ asm stw with atomic_exchange_rel. Add explanatory comment.
+ * sysdeps/hppa/nptl/pthread_spin_unlock.c (pthread_spin_unlock):
+ Likewise.
+
2016-01-05 H.J. Lu <hongjiu.lu@intel.com>
[BZ #19122]