target-supports.exp (check_profiling_available): Assume profiling isn't available...
authorRichard Sandiford <rsandifo@redhat.com>
Thu, 15 Apr 2004 09:50:46 +0000 (09:50 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Thu, 15 Apr 2004 09:50:46 +0000 (09:50 +0000)
* lib/target-supports.exp (check_profiling_available): Assume profiling
isn't available for mips*-*-elf targets.

From-SVN: r80715

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

index b5be953..038faf8 100644 (file)
@@ -1,3 +1,8 @@
+2004-04-15  Richard Sandiford  <rsandifo@redhat.com>
+
+       * lib/target-supports.exp (check_profiling_available): Assume profiling
+       isn't available for mips*-*-elf targets.
+
 2004-04-14  Uros Bizjak  <uros@kss-loka.si>
 
        * gcc.dg/builtins-38.c: New test.
index 7dfa893..1b4ac29 100644 (file)
@@ -202,6 +202,7 @@ proc check_profiling_available { test_what } {
             || [istarget xscale*-*-elf]
             || [istarget cris-*-*]
             || [istarget h8300-*-*]
+            || [istarget mips*-*-elf]
             || [istarget *-*-windiss] } {
            set profiling_available_saved 0
        } else {