]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
target-supports.exp (check_profiling_available): Not available for bfin-*-*.
authorBernd Schmidt <bernd.schmidt@analog.com>
Wed, 28 Feb 2007 02:03:41 +0000 (02:03 +0000)
committerBernd Schmidt <bernds@gcc.gnu.org>
Wed, 28 Feb 2007 02:03:41 +0000 (02:03 +0000)
* lib/target-supports.exp (check_profiling_available): Not available
for bfin-*-*.

From-SVN: r122400

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

index eae024069e8abd9fe243f76b7b47c4ec4ffc0197..8552b1c63a977c477eac7835fa462ffa3ee12959 100644 (file)
@@ -1,6 +1,8 @@
 2007-02-28  Bernd Schmidt  <bernd.schmidt@analog.com>
 
        * g++.dg/inherit/thunk7.C: New test.
+       * lib/target-supports.exp (check_profiling_available): Not available
+       for bfin-*-*.
 
 2007-02-27  Uros Bizjak  <ubizjak@gmail.com>
 
index e205f47b3f4c79399dfbcdd64ffdaa34cba0182c..51a3258a54c760dcb9360c2b18ca7d96aa1ee1b8 100644 (file)
@@ -340,6 +340,7 @@ proc check_profiling_available { test_what } {
             || [istarget arm*-*-eabi*]
             || [istarget arm*-*-elf]
             || [istarget arm*-*-symbianelf*]
+            || [istarget bfin-*-*]
             || [istarget powerpc-*-eabi*]
             || [istarget strongarm*-*-elf]
             || [istarget xscale*-*-elf]