local-vfp-sysdeps
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Fri, 26 Jan 2018 22:35:29 +0000 (22:35 +0000)
committerAurelien Jarno <aurel32@debian.org>
Fri, 26 Jan 2018 22:35:29 +0000 (22:35 +0000)
Gbp-Pq: Topic arm
Gbp-Pq: Name local-vfp-sysdeps.diff

sysdeps/arm/sysdep.h

index 6d60c34df190abafc6f3fa740fccfb890e192149..3a2fb5e3a5f115d1a3d6c416844ae04ba3d9227b 100644 (file)
    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)