target-supports.exp (check_profiling_available): Return false for xtensa-*-elf.
* lib/target-supports.exp (check_profiling_available): Return false for xtensa-*-elf. From-SVN: r98950
This commit is contained in:
parent
f484fca158
commit
dd2778f346
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-04-28 Bob Wilson <bob.wilson@acm.org>
|
||||
|
||||
* lib/target-supports.exp (check_profiling_available): Return
|
||||
false for xtensa-*-elf.
|
||||
|
||||
2004-04-29 David Billinghurst (David.Billinghurst@riotinto.com)
|
||||
|
||||
* lib/fortran-torture.exp (fortran-torture.exp): Catch
|
||||
|
|
|
@ -293,6 +293,7 @@ proc check_profiling_available { test_what } {
|
|||
|| [istarget cris-*-*]
|
||||
|| [istarget h8300-*-*]
|
||||
|| [istarget mips*-*-elf]
|
||||
|| [istarget xtensa-*-elf]
|
||||
|| [istarget *-*-windiss] } {
|
||||
set profiling_available_saved 0
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue