* bpabi.h (FPUTYPE_DEFAULT): Set it to FPUTYPE_VFP.
authorMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 19 Aug 2004 07:07:09 +0000 (07:07 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 19 Aug 2004 07:07:09 +0000 (07:07 +0000)
From-SVN: r86239

gcc/config/arm/bpabi.h

index 7647608c7accdc7590fe400f354b6bf26528d4ec..b8776f8baac9566d884aec5c0ab02b3c51c112bf 100644 (file)
@@ -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