diff options
| author | bernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-02-28 02:03:41 +0000 |
|---|---|---|
| committer | bernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-02-28 02:03:41 +0000 |
| commit | 86c993ef29bb1c77beef6bcaeb99f70b10df3087 (patch) | |
| tree | fe21b3dfbbfac667e4c1a4404ae17860bb295d29 | |
| parent | bc4c076691c9d9c74e12186121a9f2e4171347a0 (diff) | |
| download | ppe42-gcc-86c993ef29bb1c77beef6bcaeb99f70b10df3087.tar.gz ppe42-gcc-86c993ef29bb1c77beef6bcaeb99f70b10df3087.zip | |
* lib/target-supports.exp (check_profiling_available): Not available
for bfin-*-*.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122400 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/testsuite/ChangeLog | 2 | ||||
| -rw-r--r-- | gcc/testsuite/lib/target-supports.exp | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index eae024069e8..8552b1c63a9 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,6 +1,8 @@ 2007-02-28 Bernd Schmidt <bernd.schmidt@analog.com> * g++.dg/inherit/thunk7.C: New test. + * lib/target-supports.exp (check_profiling_available): Not available + for bfin-*-*. 2007-02-27 Uros Bizjak <ubizjak@gmail.com> diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp index e205f47b3f4..51a3258a54c 100644 --- a/gcc/testsuite/lib/target-supports.exp +++ b/gcc/testsuite/lib/target-supports.exp @@ -340,6 +340,7 @@ proc check_profiling_available { test_what } { || [istarget arm*-*-eabi*] || [istarget arm*-*-elf] || [istarget arm*-*-symbianelf*] + || [istarget bfin-*-*] || [istarget powerpc-*-eabi*] || [istarget strongarm*-*-elf] || [istarget xscale*-*-elf] |

