diff options
author | Joel Sherrill <joel.sherrill@oarcorp.com> | 2008-12-20 15:28:57 +0000 |
---|---|---|
committer | Joel Sherrill <joel@gcc.gnu.org> | 2008-12-20 15:28:57 +0000 |
commit | 3ce1b2de2504c2cb2918c0e0c851eb15a873d7c4 (patch) | |
tree | 23d518625868c8a885d49a350cfd1e13e836bb09 /gcc | |
parent | a16353329e18614f9bce5b03fc425ab1b07731c6 (diff) | |
download | gcc-3ce1b2de2504c2cb2918c0e0c851eb15a873d7c4.zip gcc-3ce1b2de2504c2cb2918c0e0c851eb15a873d7c4.tar.gz gcc-3ce1b2de2504c2cb2918c0e0c851eb15a873d7c4.tar.bz2 |
target-supports.exp: Add *-*-rtems* to list of targets without profiling support.
2008-12-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* lib/target-supports.exp: Add *-*-rtems* to list
of targets without profiling support.
From-SVN: r142848
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/lib/target-supports.exp | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index eae3cc3..fd9e537 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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 diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp index a297480..549ceaa 100644 --- a/gcc/testsuite/lib/target-supports.exp +++ b/gcc/testsuite/lib/target-supports.exp @@ -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 { |