diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-07-22 23:48:22 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-07-22 23:48:22 -0400 |
commit | 7a03a9c8c4b37b88ac5e82b557d974f3161ddaf9 (patch) | |
tree | ac6cd11bb65c88e0c69ef331558d33349bce15a5 /nptl/ChangeLog | |
parent | 1aae088a8aa2a4e4211bfe6c0e18100d85f106ae (diff) | |
download | glibc-7a03a9c8c4b37b88ac5e82b557d974f3161ddaf9.tar.gz |
Add read barriers in cancellation initialization
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 2acc676fd8..5920800a9f 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,11 @@ +2011-07-22 Ulrich Drepper <drepper@gmail.com> + + * sysdeps/pthread/unwind-forcedunwind.c (_Unwind_Resume): Add read + barrier. + (__gcc_personality_v0): Likewise. + (_Unwind_ForcedUnwind): Likewise. + (_Unwind_GetCFA): Likewise. + 2011-07-14 Roland McGrath <roland@hack.frob.com> * allocatestack.c (__reclaim_stacks): Use uintptr_t cast rather than |