diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index eae3cc33304..fd9e53766cd 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2008-12-19 Joel Sherrill + + * lib/target-supports.exp: Add *-*-rtems* to list + of targets without profiling support. + 2008-12-19 Jakub Jelinek PR c++/38577 diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp index a297480a62a..549ceaac0b7 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 {