aboutsummaryrefslogtreecommitdiff
path: root/libgcc/ChangeLog
diff options
context:
space:
mode:
authorJames Greenhalgh <james.greenhalgh@arm.com>2016-11-24 18:16:55 +0000
committerJames Greenhalgh <jgreenhalgh@gcc.gnu.org>2016-11-24 18:16:55 +0000
commit2e5f8203d26bec30f790dbde5058e224521b27cb (patch)
treea66c03cfab0387c16ab8e09044dc5dcdda4715cf /libgcc/ChangeLog
parentbf1e3646d150a0fcb542c918ad381f9aee583633 (diff)
downloadgcc-2e5f8203d26bec30f790dbde5058e224521b27cb.zip
gcc-2e5f8203d26bec30f790dbde5058e224521b27cb.tar.gz
gcc-2e5f8203d26bec30f790dbde5058e224521b27cb.tar.bz2
[Patch libgcc AArch64 12/17] Enable hfmode soft-float conversions and truncations
gcc/ * config/aarch64/aarch64-c.c (aarch64_scalar_mode_supported_p): New. (TARGET_SCALAR_MODE_SUPPORTED_P): Define. libgcc/ * config/aarch64/sfp-machine.h (_FP_NANFRAC_H): Define. (_FP_NANSIGN_H): Likewise. * config/aarch64/t-softfp (softfp_extensions): Add hftf. (softfp_truncations): Add tfhf. (softfp_extras): Add required conversion functions. From-SVN: r242844
Diffstat (limited to 'libgcc/ChangeLog')
-rw-r--r--libgcc/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index 44a7491..592fd3a 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,3 +1,11 @@
+2016-11-24 James Greenhalgh <james.greenhalgh@arm.com>
+
+ * config/aarch64/sfp-machine.h (_FP_NANFRAC_H): Define.
+ (_FP_NANSIGN_H): Likewise.
+ * config/aarch64/t-softfp (softfp_extensions): Add hftf.
+ (softfp_truncations): Add tfhf.
+ (softfp_extras): Add required conversion functions.
+
2016-11-23 James Greenhalgh <james.greenhalgh@arm.com>
Matthew Wahab <matthew.wahab@arm.com>