From: Richard Sandiford Date: Mon, 17 Sep 2007 23:44:00 +0000 (+0000) Subject: target-supports.exp (check_profiling_available): Extend mips*-*-elf check to mips... X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3763219571b7339b0f583fddbb3b36ed7aa55ceb;p=platform%2Fupstream%2Fgcc.git 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 1583b66..86d1b8e 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2007-09-18 Richard Sandiford + + * lib/target-supports.exp (check_profiling_available): Extend + mips*-*-elf check to mips*-*-elf*. + 2007-09-18 Jakub Jelinek * gcc.dg/format/c90-scanf-5.c: New test. diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp index b00a0e8..0a74b3d 100644 --- a/gcc/testsuite/lib/target-supports.exp +++ b/gcc/testsuite/lib/target-supports.exp @@ -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] } {