diff options
author | Aldy Hernandez <aldyh@redhat.com> | 2004-04-21 23:23:33 +0000 |
---|---|---|
committer | Aldy Hernandez <aldyh@gcc.gnu.org> | 2004-04-21 23:23:33 +0000 |
commit | 9aba2a72db16f5a98e3fb7b74044d8033570c135 (patch) | |
tree | ac8ba7a5e898d7b9be93babc1a0d4f09b3903d6c | |
parent | 50d32cf64c7f2607108a1cc8f2c315e9ab6bac09 (diff) | |
download | gcc-9aba2a72db16f5a98e3fb7b74044d8033570c135.zip gcc-9aba2a72db16f5a98e3fb7b74044d8033570c135.tar.gz gcc-9aba2a72db16f5a98e3fb7b74044d8033570c135.tar.bz2 |
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
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/lib/target-supports.exp | 1 |
2 files changed, 6 insertions, 0 deletions
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 <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. 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-*-*] |