aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2007-08-27 14:28:03 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2007-08-27 14:28:03 +0000
commitda3ce50273706238ead8d699be8e125b6a03f314 (patch)
treeb1c3cf19a88e6030704dcb8d44a50b322224b7c1
parent11df3da358dd7a2b946004bee03a9bad6bd875a5 (diff)
downloadgcc-da3ce50273706238ead8d699be8e125b6a03f314.zip
gcc-da3ce50273706238ead8d699be8e125b6a03f314.tar.gz
gcc-da3ce50273706238ead8d699be8e125b6a03f314.tar.bz2
target-supports.exp (check_profiling_available): Set profiling_available_saved to 0 on fido-*-elf.
* lib/target-supports.exp (check_profiling_available): Set profiling_available_saved to 0 on fido-*-elf. From-SVN: r127835
-rw-r--r--gcc/testsuite/ChangeLog5
-rw-r--r--gcc/testsuite/lib/target-supports.exp1
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index a153024..7dafb76 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2007-08-27 Kazu Hirata <kazu@codesourcery.com>
+
+ * lib/target-supports.exp (check_profiling_available):
+ Set profiling_available_saved to 0 on fido-*-elf.
+
2007-08-27 Daniel Berlin <dberlin@dberlin.org>
PR tree-optimization/33173
diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp
index c48138da..fdf2544 100644
--- a/gcc/testsuite/lib/target-supports.exp
+++ b/gcc/testsuite/lib/target-supports.exp
@@ -368,6 +368,7 @@ proc check_profiling_available { test_what } {
|| [istarget strongarm*-*-elf]
|| [istarget xscale*-*-elf]
|| [istarget cris-*-*]
+ || [istarget fido-*-elf]
|| [istarget h8300-*-*]
|| [istarget m32c-*-elf]
|| [istarget m68k-*-elf]