From d22c9c31169e048e885a60847cd3da066de200ed Mon Sep 17 00:00:00 2001 From: Bernd Schmidt Date: Tue, 27 Sep 2011 11:04:34 +0000 Subject: [PATCH] target-supports.exp (check_profiling_available): Don't rely solely on TLS tests for -fprofile-generate... * testsuite/lib/target-supports.exp (check_profiling_available): Don't rely solely on TLS tests for -fprofile-generate, fall through to the other code. From-SVN: r179263 --- gcc/testsuite/ChangeLog | 6 ++++++ gcc/testsuite/lib/target-supports.exp | 5 +---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index b1e8477c0347..57bfa8a9f532 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2011-09-27 Bernd Schmidt + + * testsuite/lib/target-supports.exp (check_profiling_available): + Don't rely solely on TLS tests for -fprofile-generate, fall + through to the other code. + 2011-09-27 Richard Guenther PR tree-optimization/50363 diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp index 59ceecaad1c8..accaad518ef6 100644 --- a/gcc/testsuite/lib/target-supports.exp +++ b/gcc/testsuite/lib/target-supports.exp @@ -459,12 +459,9 @@ proc check_profiling_available { test_what } { # Tree profiling requires TLS runtime support. if { $test_what == "-fprofile-generate" } { - # AVR does not support profile generation because - # it does not implement needed support functions. - if { [istarget avr-*-*] } { + if { ![check_effective_target_tls_runtime] } { return 0 } - return [check_effective_target_tls_runtime] } # Support for -p on solaris2 relies on mcrt1.o which comes with the