Re: [testsuite] ARM tests vfp-ldm*.c and vfp-stm*.c

2011-06-28 Thread Richard Earnshaw
On 24/06/11 15:49, Janis Johnson wrote: > On 06/24/2011 03:29 AM, Joseph S. Myers wrote: >> On Thu, 23 Jun 2011, Janis Johnson wrote: >> >>> Tests target/arm/vfp-ldm*.c and vfp-sdm*.c add -mfloat-abi=softfp but >>> fail if multilib flags override that option. This patch skips the test >>> for mult

Re: [testsuite] ARM tests vfp-ldm*.c and vfp-stm*.c

2011-06-24 Thread Janis Johnson
On 06/24/2011 03:29 AM, Joseph S. Myers wrote: > On Thu, 23 Jun 2011, Janis Johnson wrote: > >> Tests target/arm/vfp-ldm*.c and vfp-sdm*.c add -mfloat-abi=softfp but >> fail if multilib flags override that option. This patch skips the test >> for multilibs that specify a different value for -mflo

Re: [testsuite] ARM tests vfp-ldm*.c and vfp-stm*.c

2011-06-24 Thread Joseph S. Myers
On Thu, 23 Jun 2011, Janis Johnson wrote: > Tests target/arm/vfp-ldm*.c and vfp-sdm*.c add -mfloat-abi=softfp but > fail if multilib flags override that option. This patch skips the test > for multilibs that specify a different value for -mfloat-abi. While they need to be skipped for -mfloat-abi

[testsuite] ARM tests vfp-ldm*.c and vfp-stm*.c

2011-06-23 Thread Janis Johnson
Tests target/arm/vfp-ldm*.c and vfp-sdm*.c add -mfloat-abi=softfp but fail if multilib flags override that option. This patch skips the test for multilibs that specify a different value for -mfloat-abi. Tested on arm-none-linux-gnueabi with 43 sets of multlib flags. OK for trunk, and later for 4