projects
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73e2bf9
)
local-vfp-sysdeps
author
GNU Libc Maintainers
<debian-glibc@lists.debian.org>
Thu, 28 Feb 2019 05:56:01 +0000
(
05:56
+0000)
committer
Samuel Thibault
<sthibault@debian.org>
Thu, 28 Feb 2019 05:56:01 +0000
(
05:56
+0000)
Gbp-Pq: Topic arm
Gbp-Pq: Name local-vfp-sysdeps.diff
sysdeps/arm/sysdep.h
patch
|
blob
|
history
diff --git
a/sysdeps/arm/sysdep.h
b/sysdeps/arm/sysdep.h
index 21673feea217751b54befab5edce37d85feff8e8..5e3438862775b69a3a55d790e51bfb02e05891b0 100644
(file)
--- 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)