From 50823f95fd725137d863850e8d5e765ad8c2df67 Mon Sep 17 00:00:00 2001 From: Uros Bizjak Date: Fri, 22 Jul 2011 11:19:44 +0200 Subject: [PATCH] * lib/target-supports.exp (check_ifunc_available): Improve comment. From-SVN: r176621 --- gcc/testsuite/lib/target-supports.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp index 97e54b2b0ce..30cca9922c3 100644 --- a/gcc/testsuite/lib/target-supports.exp +++ b/gcc/testsuite/lib/target-supports.exp @@ -361,7 +361,7 @@ proc check_alias_available { } { return $alias_available_saved } -# Returns 1 if the target supports ifunc, 0 otherwise. +# Returns 1 if the target toolchain supports ifunc, 0 otherwise. proc check_ifunc_available { } { return [check_no_compiler_messages ifunc_available object { -- 2.30.2