From 9aba2a72db16f5a98e3fb7b74044d8033570c135 Mon Sep 17 00:00:00 2001 From: Aldy Hernandez Date: Wed, 21 Apr 2004 23:23:33 +0000 Subject: target-supports.exp (check_profiling_available): Assume profiling is not available on powerpc-eabi targets. * lib/target-supports.exp (check_profiling_available): Assume profiling is not available on powerpc-eabi targets. From-SVN: r80989 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/lib/target-supports.exp | 1 + 2 files changed, 6 insertions(+) (limited to 'gcc') diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index fe705e1..3266f7b 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2004-04-21 Aldy Hernandez + + * lib/target-supports.exp (check_profiling_available): Assume + profiling is not available on powerpc-eabi targets. + 2004-04-21 Janis Johnson * gcc.dg/vmx/1c-01.c: Use ptrdiff_t for casts of pointers. diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp index 1b4ac29..e5043c3 100644 --- a/gcc/testsuite/lib/target-supports.exp +++ b/gcc/testsuite/lib/target-supports.exp @@ -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-*-*] -- cgit v1.1