diff options
author | Carlos O'Donell <carlos@systemhalted.org> | 2014-04-29 02:38:50 -0400 |
---|---|---|
committer | Carlos O'Donell <carlos@systemhalted.org> | 2014-04-29 02:41:44 -0400 |
commit | 810789aed026442f8f3ba13877d01fd5bee8720f (patch) | |
tree | c1ea709eba135262febdf96fc8eb1f45a5e53569 /ports/ChangeLog.hppa | |
parent | b86699bf4ff38ec815498d5c785a0e52473cc7f5 (diff) | |
download | glibc-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.hppa | 3 |
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. |