diff options
author | Ian Bolton <ian.bolton@arm.com> | 2014-04-16 23:41:04 +0100 |
---|---|---|
committer | Marcus Shawcroft <marcus.shawcroft@arm.com> | 2014-04-17 08:30:07 +0100 |
commit | bc93ab2946efe008bb0ce2d4d3c212bd01384fca (patch) | |
tree | f0da440783d480a31a2cf7716248a912d79c58aa /ChangeLog | |
parent | 7e0b6763e96ef9706ea9ecc7fad83fc97b837913 (diff) | |
download | glibc-bc93ab2946efe008bb0ce2d4d3c212bd01384fca.tar glibc-bc93ab2946efe008bb0ce2d4d3c212bd01384fca.tar.gz glibc-bc93ab2946efe008bb0ce2d4d3c212bd01384fca.tar.bz2 glibc-bc93ab2946efe008bb0ce2d4d3c212bd01384fca.zip |
[AArch64] Define HAVE_RM_CTX and related hooks.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2014-04-17 Ian Bolton <ian.bolton@arm.com> + Wilco Dijkstra <wilco.dijkstra@arm.com> + + * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX) + (libc_feholdsetround_aarch64_ctx) + (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx) + (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx) + (libc_feresetround_ctx, libc_feresetroundf_ctx) + (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx) + (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx) + (libc_feresetround_noexl_ctx): Define. + 2014-04-16 Richard Henderson <rth@redhat.com> * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove. |