From: Mark Mitchell Date: Thu, 19 Aug 2004 07:07:09 +0000 (+0000) Subject: * bpabi.h (FPUTYPE_DEFAULT): Set it to FPUTYPE_VFP. X-Git-Tag: releases/gcc-4.0.0~5755 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=deb4af0138cc17c332454154044f830c80a11398;p=thirdparty%2Fgcc.git * bpabi.h (FPUTYPE_DEFAULT): Set it to FPUTYPE_VFP. From-SVN: r86239 --- diff --git a/gcc/config/arm/bpabi.h b/gcc/config/arm/bpabi.h index 7647608c7acc..b8776f8baac9 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