diff options
| author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-04-15 09:50:46 +0000 |
|---|---|---|
| committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-04-15 09:50:46 +0000 |
| commit | 00bc210cc2172fe633b9dd3b4cafd103b7eb17f9 (patch) | |
| tree | 85df89148cd4fbc3aad7f451f36ca778a95023d7 | |
| parent | 3a756b43461f338ed42ec4592df8bbd09364db84 (diff) | |
| download | ppe42-gcc-00bc210cc2172fe633b9dd3b4cafd103b7eb17f9.tar.gz ppe42-gcc-00bc210cc2172fe633b9dd3b4cafd103b7eb17f9.zip | |
* lib/target-supports.exp (check_profiling_available): Assume profiling
isn't available for mips*-*-elf targets.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@80715 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 b5be953740e..038faf865f5 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2004-04-15 Richard Sandiford <rsandifo@redhat.com> + + * lib/target-supports.exp (check_profiling_available): Assume profiling + isn't available for mips*-*-elf targets. + 2004-04-14 Uros Bizjak <uros@kss-loka.si> * gcc.dg/builtins-38.c: New test. diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp index 7dfa893ced6..1b4ac29a5e7 100644 --- a/gcc/testsuite/lib/target-supports.exp +++ b/gcc/testsuite/lib/target-supports.exp @@ -202,6 +202,7 @@ proc check_profiling_available { test_what } { || [istarget xscale*-*-elf] || [istarget cris-*-*] || [istarget h8300-*-*] + || [istarget mips*-*-elf] || [istarget *-*-windiss] } { set profiling_available_saved 0 } else { |

