target-supports.exp (check_profiling_available): Add MN10300 to the list of targets...
authorNick Clifton <nickc@redhat.com>
Tue, 22 Mar 2011 16:18:34 +0000 (16:18 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Tue, 22 Mar 2011 16:18:34 +0000 (16:18 +0000)
* 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
gcc/testsuite/lib/target-supports.exp

index d13fab08bc4f1ce8498f82524ec26a159cf8c6d6..4b0ac4f49009d91d88acbf70758cf192066b592e 100644 (file)
@@ -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
index 36cab543bdceeabafa425114d77dbdc7255129c8..3df2a5c94a2b85bfbde5ac10f06521341aa385fe 100644 (file)
@@ -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