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]

Mark profiling as unsupported for RTEMS in testsuite


Hi,

Thanks to Janis, I have a one line patch which
tells the testsuite that RTEMS targets don't
have profiling support (yet).  This eliminates
a lot of noise on the RTEMS target test results.

Is this ok to commit?

2008-12-19 Joel Sherrill <joel.sherrill@oarcorp.com>

   * lib/target-supports.exp: Add *-*-rtems* to list
   of targets without profiling support.

--
Joel Sherrill, Ph.D.             Director of Research & Development
joel.sherrill@OARcorp.com        On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
  Support Available             (256) 722-9985


Index: lib/target-supports.exp
===================================================================
--- lib/target-supports.exp	(revision 142835)
+++ lib/target-supports.exp	(working copy)
@@ -485,6 +485,7 @@
 	     || [istarget mips*-*-elf*]
 	     || [istarget xstormy16-*]
 	     || [istarget xtensa*-*-elf]
+	     || [istarget *-*-rtems*]
 	     || [istarget *-*-vxworks*] } {
 	    set profiling_available_saved 0
 	} else {

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