From 0d8c8b1b0279efdbdd66361c0693f06f038f0f54 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 22 Mar 2011 16:18:34 +0000 Subject: [PATCH] target-supports.exp (check_profiling_available): Add MN10300 to the list of targets that do not support profiling. * lib/target-supports.exp (check_profiling_available): Add MN10300 to the list of targets that do not support profiling. Restore alpha sorting to this list. From-SVN: r171299 --- gcc/testsuite/ChangeLog | 6 ++++++ gcc/testsuite/lib/target-supports.exp | 16 +++++++++------- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d13fab08bc4..4b0ac4f4900 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2011-03-22 Nick Clifton + + * lib/target-supports.exp (check_profiling_available): Add MN10300 + to the list of targets that do not support profiling. Restore + alpha sorting to this list. + 2011-03-22 Michael Meissner * gcc.dg/torture/vector-1.c: On powerpc add -fabi=altivec to avoid diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp index 36cab543bdc..3df2a5c94a2 100644 --- a/gcc/testsuite/lib/target-supports.exp +++ b/gcc/testsuite/lib/target-supports.exp @@ -541,30 +541,32 @@ proc check_profiling_available { test_what } { if {![info exists profiling_available_saved]} { # Some targets don't have any implementation of __bb_init_func or are # missing other needed machinery. - if { [istarget mmix-*-*] + if { [istarget am3*-*-linux*] || [istarget arm*-*-eabi*] - || [istarget picochip-*-*] - || [istarget *-*-netware*] || [istarget arm*-*-elf] || [istarget arm*-*-symbianelf*] || [istarget avr-*-*] || [istarget bfin-*-*] - || [istarget powerpc-*-eabi*] - || [istarget powerpc-*-elf] || [istarget cris-*-*] || [istarget crisv32-*-*] || [istarget fido-*-elf] || [istarget h8300-*-*] - || [istarget lm32-*-*] - || [istarget m32c-*-elf] + || [istarget lm32-*-*] + || [istarget m32c-*-elf] || [istarget m68k-*-elf] || [istarget m68k-*-uclinux*] || [istarget mep-*-elf] || [istarget mips*-*-elf*] + || [istarget mmix-*-*] + || [istarget mn10300-*-elf*] || [istarget moxie-*-elf*] + || [istarget picochip-*-*] + || [istarget powerpc-*-eabi*] + || [istarget powerpc-*-elf] || [istarget rx-*-*] || [istarget xstormy16-*] || [istarget xtensa*-*-elf] + || [istarget *-*-netware*] || [istarget *-*-rtems*] || [istarget *-*-vxworks*] } { set profiling_available_saved 0 -- 2.30.2