From: Bob Wilson Date: Fri, 29 Apr 2005 00:06:26 +0000 (+0000) Subject: target-supports.exp (check_profiling_available): Return false for xtensa-*-elf. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dd2778f346eeff349f8e5d86932e9f90e5ffa8a0;p=gcc.git target-supports.exp (check_profiling_available): Return false for xtensa-*-elf. * lib/target-supports.exp (check_profiling_available): Return false for xtensa-*-elf. From-SVN: r98950 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 638c7fc7931..41354462589 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2004-04-28 Bob Wilson + + * lib/target-supports.exp (check_profiling_available): Return + false for xtensa-*-elf. + 2004-04-29 David Billinghurst (David.Billinghurst@riotinto.com) * lib/fortran-torture.exp (fortran-torture.exp): Catch diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp index 4356aba3cbc..76b9edecac7 100644 --- a/gcc/testsuite/lib/target-supports.exp +++ b/gcc/testsuite/lib/target-supports.exp @@ -293,6 +293,7 @@ proc check_profiling_available { test_what } { || [istarget cris-*-*] || [istarget h8300-*-*] || [istarget mips*-*-elf] + || [istarget xtensa-*-elf] || [istarget *-*-windiss] } { set profiling_available_saved 0 } else {