summaryrefslogtreecommitdiff
path: root/ports/ChangeLog.hppa
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@systemhalted.org>2014-04-29 02:38:50 -0400
committerCarlos O'Donell <carlos@systemhalted.org>2014-04-29 02:41:44 -0400
commit810789aed026442f8f3ba13877d01fd5bee8720f (patch)
treec1ea709eba135262febdf96fc8eb1f45a5e53569 /ports/ChangeLog.hppa
parentb86699bf4ff38ec815498d5c785a0e52473cc7f5 (diff)
downloadglibc-810789aed026442f8f3ba13877d01fd5bee8720f.tar.gz
hppa: Use lll_futex_wake.
The lll_private_futex_wake function no longer exists. Instead use lll_futex_make with LLL_PRIVATE as the last argument.
Diffstat (limited to 'ports/ChangeLog.hppa')
-rw-r--r--ports/ChangeLog.hppa3
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/ChangeLog.hppa b/ports/ChangeLog.hppa
index 105b04aef8..e867a9f337 100644
--- a/ports/ChangeLog.hppa
+++ b/ports/ChangeLog.hppa
@@ -1,5 +1,8 @@
2014-04-29 Carlos O'Donell <carlos@systemhalted.org>
+ * sysdeps/hppa/nptl/tls.h (THREAD_GSCOPE_RESET_FLAG): Use
+ lll_futex_wake.
+
* sysdeps/hppa/__longjmp.c (__longjmp): Use r25 as second arg
to simplify generated assembly.