]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* lib/target-supports.exp (check_profiling_available): Do not expect profiling to...
authorNick Clifton <nickc@redhat.com>
Fri, 1 Feb 2008 16:39:11 +0000 (16:39 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Fri, 1 Feb 2008 16:39:11 +0000 (16:39 +0000)
From-SVN: r132002

gcc/testsuite/ChangeLog
gcc/testsuite/lib/target-supports.exp

index 051a64c05ed10967bed84800ad90e8f2b6fb1473..83ecfe9d2ff8c5df36e79f25df71f692e82e78b1 100644 (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
index 7ea9ca0ab27e0f6c0686f8ae6b77cae313cabbba..eacd831682777443e4f120a7ba8109233aa4e93e 100644 (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] } {