target-supports.exp (check_profiling_available): Return false for xtensa-*-elf.
authorBob Wilson <bob.wilson@acm.org>
Fri, 29 Apr 2005 00:06:26 +0000 (00:06 +0000)
committerBob Wilson <bwilson@gcc.gnu.org>
Fri, 29 Apr 2005 00:06:26 +0000 (00:06 +0000)
* lib/target-supports.exp (check_profiling_available): Return
false for xtensa-*-elf.

From-SVN: r98950

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

index 638c7fc7931183049a35ef7614db1596dadb695f..41354462589a0073ef1c2ddac49b9107decefe74 100644 (file)
@@ -1,3 +1,8 @@
+2004-04-28  Bob Wilson  <bob.wilson@acm.org>
+
+       * lib/target-supports.exp (check_profiling_available): Return
+       false for xtensa-*-elf.
+
 2004-04-29  David Billinghurst (David.Billinghurst@riotinto.com)
 
        * lib/fortran-torture.exp (fortran-torture.exp): Catch
index 4356aba3cbc0fb712b1ec08b3e38afe53d6c2e5d..76b9edecac7381484aab6c6eb787e561499002a3 100644 (file)
@@ -293,6 +293,7 @@ proc check_profiling_available { test_what } {
             || [istarget cris-*-*]
             || [istarget h8300-*-*]
             || [istarget mips*-*-elf]
+            || [istarget xtensa-*-elf]
             || [istarget *-*-windiss] } {
            set profiling_available_saved 0
        } else {