target-supports.exp (check_profiling_available): Return false for xtensa-*-elf.

* lib/target-supports.exp (check_profiling_available): Return
	false for xtensa-*-elf.

From-SVN: r98950
This commit is contained in:
Bob Wilson 2005-04-29 00:06:26 +00:00 committed by Bob Wilson
parent f484fca158
commit dd2778f346
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2004-04-28 Bob Wilson <bob.wilson@acm.org>
* lib/target-supports.exp (check_profiling_available): Return
false for xtensa-*-elf.
2004-04-29 David Billinghurst (David.Billinghurst@riotinto.com)
* lib/fortran-torture.exp (fortran-torture.exp): Catch

View file

@ -293,6 +293,7 @@ proc check_profiling_available { test_what } {
|| [istarget cris-*-*]
|| [istarget h8300-*-*]
|| [istarget mips*-*-elf]
|| [istarget xtensa-*-elf]
|| [istarget *-*-windiss] } {
set profiling_available_saved 0
} else {