* lib/target-supports.exp (check_ifunc_available): Improve comment.
From-SVN: r176621
This commit is contained in:
parent
5b6d595bd7
commit
50823f95fd
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue