From da3ce50273706238ead8d699be8e125b6a03f314 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Mon, 27 Aug 2007 14:28:03 +0000 Subject: [PATCH] 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 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/lib/target-supports.exp | 1 + 2 files changed, 6 insertions(+) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index a1530244c29..7dafb76b11a 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2007-08-27 Kazu Hirata + + * lib/target-supports.exp (check_profiling_available): + Set profiling_available_saved to 0 on fido-*-elf. + 2007-08-27 Daniel Berlin PR tree-optimization/33173 diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp index c48138daa5d..fdf25444f9d 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] -- 2.30.2