aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2011-03-22 16:18:34 +0000
committerNick Clifton <nickc@gcc.gnu.org>2011-03-22 16:18:34 +0000
commit0d8c8b1b0279efdbdd66361c0693f06f038f0f54 (patch)
tree86047381661ade4f383bbe8fdd0686ed92127aa8 /gcc
parent49168734c7afc0dc9baae4f456497fed87c24308 (diff)
downloadgcc-0d8c8b1b0279efdbdd66361c0693f06f038f0f54.zip
gcc-0d8c8b1b0279efdbdd66361c0693f06f038f0f54.tar.gz
gcc-0d8c8b1b0279efdbdd66361c0693f06f038f0f54.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog6
-rw-r--r--gcc/testsuite/lib/target-supports.exp16
2 files changed, 15 insertions, 7 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index d13fab0..4b0ac4f 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,9 @@
+2011-03-22 Nick Clifton <nickc@redhat.com>
+
+ * 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 <meissner@linux.vnet.ibm.com>
* 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 36cab54..3df2a5c 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