This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RFA: Add MN10300 to list of targets not supporting profiling


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  <nickc@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-*]


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]