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
This commit is contained in:
Aldy Hernandez 2004-04-21 23:23:33 +00:00 committed by Aldy Hernandez
parent 50d32cf64c
commit 9aba2a72db
2 changed files with 6 additions and 0 deletions

View 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.

View 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-*-*]