[Patch ARM] Emit error on using FPA with EABI.

Ramana Radhakrishnan ramana.radhakrishnan@arm.com
Tue Apr 28 16:37:00 GMT 2009


> >
> 
> +  if ((arm_abi == ARM_ABI_AAPCS
> +       || arm_abi == ARM_ABI_AAPCS_LINUX)
> +      && (arm_fp_model == ARM_FP_MODEL_FPA))
> +    error ("FPA is unsupported in EABI");
> +
> 
> No, just use TARGET_AAPCS_BASED.

Ok to commit now ?


Cheers
Ramana


> 
> R.

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: p.txt
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20090428/ff693b36/attachment.txt>


More information about the Gcc-patches mailing list