From: Richard Sandiford Date: Thu, 15 Apr 2004 09:50:46 +0000 (+0000) Subject: target-supports.exp (check_profiling_available): Assume profiling isn't available... X-Git-Tag: releases/gcc-4.0.0~8917 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a49877d87f5aec34295e82b0fffaee086457f1c3;p=thirdparty%2Fgcc.git target-supports.exp (check_profiling_available): Assume profiling isn't available for mips*-*-elf targets. * lib/target-supports.exp (check_profiling_available): Assume profiling isn't available for mips*-*-elf targets. From-SVN: r80715 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index b5be953740e8..038faf865f56 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2004-04-15 Richard Sandiford + + * lib/target-supports.exp (check_profiling_available): Assume profiling + isn't available for mips*-*-elf targets. + 2004-04-14 Uros Bizjak * gcc.dg/builtins-38.c: New test. diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp index 7dfa893ced68..1b4ac29a5e7f 100644 --- a/gcc/testsuite/lib/target-supports.exp +++ b/gcc/testsuite/lib/target-supports.exp @@ -202,6 +202,7 @@ proc check_profiling_available { test_what } { || [istarget xscale*-*-elf] || [istarget cris-*-*] || [istarget h8300-*-*] + || [istarget mips*-*-elf] || [istarget *-*-windiss] } { set profiling_available_saved 0 } else {