From 6319a5affc391ec6d653f1f842a2da9249412411 Mon Sep 17 00:00:00 2001 From: GNU Libc Maintainers Date: Fri, 20 Sep 2019 20:39:03 +0100 Subject: [PATCH] local-vfp-sysdeps Gbp-Pq: Topic arm Gbp-Pq: Name local-vfp-sysdeps.diff --- sysdeps/arm/sysdep.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sysdeps/arm/sysdep.h b/sysdeps/arm/sysdep.h index f43ba7430..716dd410d 100644 --- a/sysdeps/arm/sysdep.h +++ b/sysdeps/arm/sysdep.h @@ -134,6 +134,13 @@ the caller. */ .eabi_attribute 24, 1 +#ifdef __ARM_PCS_VFP +/* Tag_ABI_HardFP_use: This code uses hard floating point */ + .eabi_attribute 27, 3 +/* Tag_ABI_VFP_args: This code stores FP arguments in VFP registers */ + .eabi_attribute 28, 1 +#endif /* __ARM_PCS_VFP */ + /* The thumb2 encoding is reasonably complete. Unless suppressed, use it. */ .syntax unified # if defined(__thumb2__) && !defined(NO_THUMB) -- 2.30.2