On 03/02/14 15:56, Renlin Li wrote:
Hi all,
This patch will ensure
testsuite/gcc.target/arm/fixed_float_conversion.c is checked only when
"-mfpu=vfp3 -mfloat-abi=softfp" is applicable for the target.
Accordingly, two procs (check_effective_target_arm_vfp3_ok and
add_options_for_arm_vfp3) are added into
gcc/testsuite/lib/target-supports.exp.
I have also update related documentation.
Okay for trunk?
Kind regards,
Renlin Li
gcc/testsuite/ChangeLog:
2014-02-03 Renlin Li <renlin...@arm.com>
* gcc.target/arm/fixed_float_conversion.c: Add arm_vfp3 option to
the test case.
* lib/target-supports.exp: check_effective_target_arm_vfp3_ok: New.
add_options_for_arm_vfp3: New.
gcc/ChangeLog:
2014-02-03 Renlin Li <renlin...@arm.com>
* doc/sourcebuild.texi: Document
check_effective_target_arm_vfp3_ok and
add_options_for_arm_vfp3
Hi,
Anybody help me to review this patch?
Thanks!
Kind regards,
Renlin Li