From: Kazu Hirata Date: Mon, 27 Aug 2007 14:28:03 +0000 (+0000) Subject: target-supports.exp (check_profiling_available): Set profiling_available_saved to... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=da3ce50273706238ead8d699be8e125b6a03f314;p=gcc.git 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 --- 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]