* lib/target-supports.exp (check_profiling_available): Return
authorbwilson <bwilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Apr 2005 00:06:26 +0000 (00:06 +0000)
committerbwilson <bwilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Apr 2005 00:06:26 +0000 (00:06 +0000)
false for xtensa-*-elf.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98950 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 638c7fc..4135446 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 4356aba..76b9ede 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 {