diff options
author | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-02-01 16:39:11 +0000 |
---|---|---|
committer | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-02-01 16:39:11 +0000 |
commit | 42dd0565eb759ba1191967b835db16393885953f (patch) | |
tree | 886d1cff1bb3a955133aeede66de1d113a875da0 | |
parent | eb5265df1e920689d40abd3320285b6bb106fef5 (diff) | |
download | gcc-42dd0565eb759ba1191967b835db16393885953f.tar.gz |
* lib/target-supports.exp (check_profiling_available): Do not expect profiling to work on the xstormy16 target.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132002 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/lib/target-supports.exp | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 051a64c05ed..83ecfe9d2ff 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2008-02-01 Nick Clifton <nickc@redhat.com> + + * lib/target-supports.exp (check_profiling_available): Do not + expect profiling to work on the xstormy16 target. + 2008-02-01 Uros Bizjak <ubizjak@gmail.com> PR testsuite/35047 diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp index 7ea9ca0ab27..eacd8316827 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] } { |