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]

Do not run profiling tests in the gcc testsuite for the xstormy16


Hi Guys,

  I am applying the small patch below to tell the gcc testsuite that
  it should not run profiling tests for the xstormy16 target, since
  profiling support has not been implemented yet.

Cheers
  Nick

gcc/testsuite/ChangeLog
2008-02-01  Nick Clifton  <nickc@redhat.com>

	* lib/target-supports.exp (check_profiling_available): Do not
	expect profiling to work on the xstormy16 target.

Index: gcc/testsuite/lib/target-supports.exp
===================================================================
--- gcc/testsuite/lib/target-supports.exp	(revision 131996)
+++ gcc/testsuite/lib/target-supports.exp	(working copy)
@@ -428,6 +428,7 @@ proc check_profiling_available { test_wh
 	     || [istarget m68k-*-elf]
 	     || [istarget m68k-*-uclinux*]
 	     || [istarget mips*-*-elf*]
+	     || [istarget xstormy16-*]
 	     || [istarget xtensa-*-elf]
 	     || [istarget *-*-vxworks*]
 	     || [istarget *-*-windiss] } {


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