Commit 50823f95 by Uros Bizjak

* lib/target-supports.exp (check_ifunc_available): Improve comment.

From-SVN: r176621
parent 5b6d595b
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment