diff options
author | Nick Clifton <nickc@redhat.com> | 2008-02-01 16:39:11 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2008-02-01 16:39:11 +0000 |
commit | 400d7a822cb3bcccda5df112d45faeb17efc237b (patch) | |
tree | 886d1cff1bb3a955133aeede66de1d113a875da0 /gcc | |
parent | 0d7bcd0f35d5b6efc08ea6c9d3d6f8a43f1e7c7e (diff) | |
download | gcc-400d7a822cb3bcccda5df112d45faeb17efc237b.zip gcc-400d7a822cb3bcccda5df112d45faeb17efc237b.tar.gz gcc-400d7a822cb3bcccda5df112d45faeb17efc237b.tar.bz2 |
* lib/target-supports.exp (check_profiling_available): Do not expect profiling to work on the xstormy16 target.
From-SVN: r132002
Diffstat (limited to 'gcc')
-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 051a64c..83ecfe9 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 7ea9ca0..eacd831 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] } { |