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
This commit is contained in:
Nick Clifton 2011-03-22 16:18:34 +00:00 committed by Nick Clifton
parent 49168734c7
commit 0d8c8b1b02
2 changed files with 15 additions and 7 deletions

View 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

View 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