Commit 400d7a82 by Nick Clifton Committed by Nick Clifton

* lib/target-supports.exp (check_profiling_available): Do not expect profiling…

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

From-SVN: r132002
parent 0d7bcd0f
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> 2008-02-01 Uros Bizjak <ubizjak@gmail.com>
PR testsuite/35047 PR testsuite/35047
...@@ -428,6 +428,7 @@ proc check_profiling_available { test_what } { ...@@ -428,6 +428,7 @@ proc check_profiling_available { test_what } {
|| [istarget m68k-*-elf] || [istarget m68k-*-elf]
|| [istarget m68k-*-uclinux*] || [istarget m68k-*-uclinux*]
|| [istarget mips*-*-elf*] || [istarget mips*-*-elf*]
|| [istarget xstormy16-*]
|| [istarget xtensa-*-elf] || [istarget xtensa-*-elf]
|| [istarget *-*-vxworks*] || [istarget *-*-vxworks*]
|| [istarget *-*-windiss] } { || [istarget *-*-windiss] } {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment