OSDN Git Service

2008-12-19 Joel Sherrill <joel.sherrill@oarcorp.com>
authorjoel <joel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 20 Dec 2008 15:28:57 +0000 (15:28 +0000)
committerjoel <joel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 20 Dec 2008 15:28:57 +0000 (15:28 +0000)
* lib/target-supports.exp: Add *-*-rtems* to list
of targets without profiling support.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142848 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/lib/target-supports.exp

index eae3cc3..fd9e537 100644 (file)
@@ -1,3 +1,8 @@
+2008-12-19  Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * lib/target-supports.exp: Add *-*-rtems* to list
+       of targets without profiling support.
+
 2008-12-19  Jakub Jelinek  <jakub@redhat.com>
 
        PR c++/38577
index a297480..549ceaa 100644 (file)
@@ -485,6 +485,7 @@ proc check_profiling_available { test_what } {
             || [istarget mips*-*-elf*]
             || [istarget xstormy16-*]
             || [istarget xtensa*-*-elf]
+            || [istarget *-*-rtems*]
             || [istarget *-*-vxworks*] } {
            set profiling_available_saved 0
        } else {