From 400d7a822cb3bcccda5df112d45faeb17efc237b Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 1 Feb 2008 16:39:11 +0000 Subject: [PATCH] * lib/target-supports.exp (check_profiling_available): Do not expect profiling to work on the xstormy16 target. From-SVN: r132002 --- 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 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] } { -- 2.47.2