Commit a49877d8 by Richard Sandiford Committed by Richard Sandiford

target-supports.exp (check_profiling_available): Assume profiling isn't…

target-supports.exp (check_profiling_available): Assume profiling isn't available for mips*-*-elf targets.

	* lib/target-supports.exp (check_profiling_available): Assume profiling
	isn't available for mips*-*-elf targets.

From-SVN: r80715
parent d7ed521b
2004-04-15 Richard Sandiford <rsandifo@redhat.com>
* lib/target-supports.exp (check_profiling_available): Assume profiling
isn't available for mips*-*-elf targets.
2004-04-14 Uros Bizjak <uros@kss-loka.si> 2004-04-14 Uros Bizjak <uros@kss-loka.si>
* gcc.dg/builtins-38.c: New test. * gcc.dg/builtins-38.c: New test.
......
...@@ -202,6 +202,7 @@ proc check_profiling_available { test_what } { ...@@ -202,6 +202,7 @@ proc check_profiling_available { test_what } {
|| [istarget xscale*-*-elf] || [istarget xscale*-*-elf]
|| [istarget cris-*-*] || [istarget cris-*-*]
|| [istarget h8300-*-*] || [istarget h8300-*-*]
|| [istarget mips*-*-elf]
|| [istarget *-*-windiss] } { || [istarget *-*-windiss] } {
set profiling_available_saved 0 set profiling_available_saved 0
} else { } 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