aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMark Mitchell <mmitchel@gcc.gnu.org>2004-08-19 07:07:09 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2004-08-19 07:07:09 +0000
commitdeb4af0138cc17c332454154044f830c80a11398 (patch)
treed57d8e33465c74515acfd56d5ad227020e0396a2 /gcc
parent1905f33d978d426883e08a3d331b53411176ce7b (diff)
downloadgcc-deb4af0138cc17c332454154044f830c80a11398.zip
gcc-deb4af0138cc17c332454154044f830c80a11398.tar.gz
gcc-deb4af0138cc17c332454154044f830c80a11398.tar.bz2
* bpabi.h (FPUTYPE_DEFAULT): Set it to FPUTYPE_VFP.
From-SVN: r86239
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/arm/bpabi.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/arm/bpabi.h b/gcc/config/arm/bpabi.h
index 7647608..b8776f8 100644
--- 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