* lib/target-supports.exp (check_profiling_available): Do not expect profiling to work on the xstormy16 target.

From-SVN: r132002
This commit is contained in:
Nick Clifton 2008-02-01 16:39:11 +00:00 committed by Nick Clifton
parent 0d7bcd0f35
commit 400d7a822c
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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] } {