projects
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab2a26b
)
local-vfp-sysdeps
author
GNU Libc Maintainers
<debian-glibc@lists.debian.org>
Sat, 2 Dec 2017 10:07:17 +0000
(10:07 +0000)
committer
Aurelien Jarno
<aurel32@debian.org>
Sat, 2 Dec 2017 10:07:17 +0000
(10:07 +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 990e636892d37c431d3d695c2f469db3e078da0d..6dec7c085eeb69ec1a8a98bea809b9461b9e450f 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)