2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-01-23 11:44:41 +08:00

target-supports.exp (check_profiling_available): Extend mips*-*-elf check to mips*-*-elf*.

gcc/testsuite/
	* lib/target-supports.exp (check_profiling_available): Extend
	mips*-*-elf check to mips*-*-elf*.

From-SVN: r128564
This commit is contained in:
Richard Sandiford 2007-09-17 23:44:00 +00:00 committed by Richard Sandiford
parent c9b69ba258
commit 3763219571
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-09-18 Richard Sandiford <rsandifo@nildram.co.uk>
* lib/target-supports.exp (check_profiling_available): Extend
mips*-*-elf check to mips*-*-elf*.
2007-09-18 Jakub Jelinek <jakub@redhat.com>
* gcc.dg/format/c90-scanf-5.c: New test.

View File

@ -373,7 +373,7 @@ proc check_profiling_available { test_what } {
|| [istarget m32c-*-elf]
|| [istarget m68k-*-elf]
|| [istarget m68k-*-uclinux*]
|| [istarget mips*-*-elf]
|| [istarget mips*-*-elf*]
|| [istarget xtensa-*-elf]
|| [istarget *-*-vxworks*]
|| [istarget *-*-windiss] } {