Commit 2e32707b by Mark Mitchell Committed by Mark Mitchell

target-supports.exp (check_profiling_available): Return false for…

target-supports.exp (check_profiling_available): Return false for arm*-*-symbianelf* and arm*-*-eabi*.

	* lib/target-supports.exp (check_profiling_available): Return
	false for arm*-*-symbianelf* and arm*-*-eabi*.

From-SVN: r86286
parent d55ab31d
2004-08-19 Mark Mitchell <mark@codesourcery.com>
* lib/target-supports.exp (check_profiling_available): Return
false for arm*-*-symbianelf* and arm*-*-eabi*.
PR c++/15890
* g++.dg/template/delete1.C: New test.
......
......@@ -200,7 +200,9 @@ proc check_profiling_available { test_what } {
# Some targets don't have any implementation of __bb_init_func or are
# missing other needed machinery.
if { [istarget mmix-*-*]
|| [istarget arm*-*-eabi*]
|| [istarget arm*-*-elf]
|| [istarget arm*-*-symbianelf*]
|| [istarget powerpc-*-eabi*]
|| [istarget strongarm*-*-elf]
|| [istarget xscale*-*-elf]
......
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