From: GNU Libc Maintainers Date: Mon, 16 Jan 2017 17:43:37 +0000 (+0000) Subject: local-vfp-sysdeps X-Git-Tag: archive/raspbian/2.25-3+rpi1~1^2^2^2^2^2^2^2~161 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=47fedb722465d14395fd4dc1a456d3a80288668f;p=glibc.git local-vfp-sysdeps Gbp-Pq: Topic arm Gbp-Pq: Name local-vfp-sysdeps.diff --- diff --git a/sysdeps/arm/sysdep.h b/sysdeps/arm/sysdep.h index 29008b4ba..f42938ff7 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)