Commit dd2778f3 by Bob Wilson Committed by Bob Wilson

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
parent f484fca1
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
......
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment