Hi Rainer, Hi Mike, Please may I apply the patch below to add the MN10300 target, and its AM33/AM34 variation, to the list of targets which do not currently support profiling ?
With this patch applied I get several fewer unexpected failures from the gcc testsuite for my mn10300 toolchains. Cheers Nick gcc/testsuite/ChangeLog 2011-03-22 Nick Clifton <ni...@redhat.com> * lib/target-supports.exp (check_profiling_available): Add MN10300 to the list of targets not supporting profiling. Index: gcc/testsuite/lib/target-supports.exp =================================================================== --- gcc/testsuite/lib/target-supports.exp (revision 171279) +++ gcc/testsuite/lib/target-supports.exp (working copy) @@ -561,6 +561,8 @@ || [istarget m68k-*-uclinux*] || [istarget mep-*-elf] || [istarget mips*-*-elf*] + || [istarget mn10300-*-elf*] + || [istarget am3*-*-linux*] || [istarget moxie-*-elf*] || [istarget rx-*-*] || [istarget xstormy16-*]