From: Nick Clifton Date: Fri, 1 Feb 2008 16:39:11 +0000 (+0000) Subject: * lib/target-supports.exp (check_profiling_available): Do not expect profiling to... X-Git-Tag: releases/gcc-4.3.0~303 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=400d7a822cb3bcccda5df112d45faeb17efc237b;p=thirdparty%2Fgcc.git * lib/target-supports.exp (check_profiling_available): Do not expect profiling to work on the xstormy16 target. From-SVN: r132002 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 051a64c05ed1..83ecfe9d2ff8 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2008-02-01 Nick Clifton + + * lib/target-supports.exp (check_profiling_available): Do not + expect profiling to work on the xstormy16 target. + 2008-02-01 Uros Bizjak PR testsuite/35047 diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp index 7ea9ca0ab27e..eacd83168277 100644 --- a/gcc/testsuite/lib/target-supports.exp +++ b/gcc/testsuite/lib/target-supports.exp @@ -428,6 +428,7 @@ proc check_profiling_available { test_what } { || [istarget m68k-*-elf] || [istarget m68k-*-uclinux*] || [istarget mips*-*-elf*] + || [istarget xstormy16-*] || [istarget xtensa-*-elf] || [istarget *-*-vxworks*] || [istarget *-*-windiss] } {