target-supports.exp (check_profiling_available): Set profiling_available_saved to...
authorKazu Hirata <kazu@codesourcery.com>
Mon, 27 Aug 2007 14:28:03 +0000 (14:28 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 27 Aug 2007 14:28:03 +0000 (14:28 +0000)
* lib/target-supports.exp (check_profiling_available):
Set profiling_available_saved to 0 on fido-*-elf.

From-SVN: r127835

gcc/testsuite/ChangeLog
gcc/testsuite/lib/target-supports.exp

index a1530244c294156e9d44f2fee392c9707699d9e7..7dafb76b11a3fdbe748e3771aa992d4e415890b7 100644 (file)
@@ -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
index c48138daa5dacbcbba222bc0313269c030b8f5ce..fdf25444f9d4feab35720aa847783eff6da4d3ca 100644 (file)
@@ -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]