target-supports.exp (check_profiling_available): Assume profiling is not available...
authorAldy Hernandez <aldyh@redhat.com>
Wed, 21 Apr 2004 23:23:33 +0000 (23:23 +0000)
committerAldy Hernandez <aldyh@gcc.gnu.org>
Wed, 21 Apr 2004 23:23:33 +0000 (23:23 +0000)
* lib/target-supports.exp (check_profiling_available): Assume
profiling is not available on powerpc-eabi targets.

From-SVN: r80989

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

index fe705e11b6c363f317a3bcb2bf12a0a0cedf6e25..3266f7b6b41f752fd8dcd17d6413dfe0a1fa4ea5 100644 (file)
@@ -1,3 +1,8 @@
+2004-04-21  Aldy Hernandez  <aldyh@redhat.com>
+
+       * lib/target-supports.exp (check_profiling_available): Assume
+       profiling is not available on powerpc-eabi targets.
+
 2004-04-21  Janis Johnson  <janis187@us.ibm.com>
 
        * gcc.dg/vmx/1c-01.c: Use ptrdiff_t for casts of pointers.
index 1b4ac29a5e7fef47f928eeaa7a38cfc92040a4ca..e5043c3aee1dce4bafbc3103ca021159fcf7c5fa 100644 (file)
@@ -198,6 +198,7 @@ proc check_profiling_available { test_what } {
        # missing other needed machinery.
        if { [istarget mmix-*-*]
             || [istarget arm*-*-elf]
+            || [istarget powerpc-*-eabi*]
             || [istarget strongarm*-*-elf]
             || [istarget xscale*-*-elf]
             || [istarget cris-*-*]