projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1905f33
)
* bpabi.h (FPUTYPE_DEFAULT): Set it to FPUTYPE_VFP.
author
Mark Mitchell
<mmitchel@gcc.gnu.org>
Thu, 19 Aug 2004 07:07:09 +0000
(07:07 +0000)
committer
Mark Mitchell
<mmitchel@gcc.gnu.org>
Thu, 19 Aug 2004 07:07:09 +0000
(07:07 +0000)
From-SVN: r86239
gcc/config/arm/bpabi.h
patch
|
blob
|
history
diff --git
a/gcc/config/arm/bpabi.h
b/gcc/config/arm/bpabi.h
index 7647608c7accdc7590fe400f354b6bf26528d4ec..b8776f8baac9566d884aec5c0ab02b3c51c112bf 100644
(file)
--- a/
gcc/config/arm/bpabi.h
+++ b/
gcc/config/arm/bpabi.h
@@
-26,6
+26,9
@@
/* Assume that AAPCS ABIs should adhere to the full BPABI. */
#define TARGET_BPABI (TARGET_AAPCS_BASED)
+/* Section 4.1 of the AAPCS requires the use of VFP format. */
+#define FPUTYPE_DEFAULT FPUTYPE_VFP
+
/* The ARM BPABI functions return a boolean; they use no special
calling convention. */
#define FLOAT_LIB_COMPARE_RETURNS_BOOL(MODE, COMPARISON) TARGET_BPABI