diff options
author | Richard Henderson <rth@redhat.com> | 2014-05-20 16:17:20 -0400 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2014-05-29 12:39:03 -0400 |
commit | a17e5ffb80a17449add001ff7901e317afa6f632 (patch) | |
tree | f348aa50e000c1392863dc495b7a6a7a08f8f6f0 /ChangeLog | |
parent | b5be4597716eff94149f5529c8eb2cd3b4296188 (diff) | |
download | glibc-a17e5ffb80a17449add001ff7901e317afa6f632.tar.gz glibc-a17e5ffb80a17449add001ff7901e317afa6f632.tar.xz glibc-a17e5ffb80a17449add001ff7901e317afa6f632.zip |
aarch64: Use tpidr_el0 rather than __read_tp in librt
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 26812de5f1..5b9b820b45 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2014-05-29 Richard Henderson <rth@twiddle.net> + * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h + [!NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a + call to __read_tp. + * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO): Always allocate 64 bytes of stack frame. Use ldp/stp to create it and break it down. |