about summary refs log tree commit diff
path: root/math/w_sqrt_template.c
diff options
context:
space:
mode:
authorZack Weinberg <zackw@panix.com>2018-03-18 17:01:06 -0400
committerZack Weinberg <zackw@panix.com>2018-03-26 09:05:19 -0400
commitf66704a937db50bbd78acc5c29f569b4c8e35d19 (patch)
tree92d261f99ff3346bffb3a61f6e788fe0daf6093e /math/w_sqrt_template.c
parent9ea49e16c79bd2acd0d0648ca0163f26dd1c3dae (diff)
downloadglibc-f66704a937db50bbd78acc5c29f569b4c8e35d19.tar.gz
glibc-f66704a937db50bbd78acc5c29f569b4c8e35d19.tar.xz
glibc-f66704a937db50bbd78acc5c29f569b4c8e35d19.zip
WIP finer-grained, more aggressive local PLT call check zack/wip-check-localplt-2
Diffstat (limited to 'math/w_sqrt_template.c')
-rw-r--r--math/w_sqrt_template.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/w_sqrt_template.c b/math/w_sqrt_template.c
index 9c6ac75956..f660de6e76 100644
--- a/math/w_sqrt_template.c
+++ b/math/w_sqrt_template.c
@@ -35,6 +35,7 @@ M_DECL_FUNC (__sqrt) (FLOAT x)
     __set_errno (EDOM);
   return M_SUF (__ieee754_sqrt) (x);
 }
+libm_hidden_def (M_SUF (__sqrt))
 declare_mgen_alias (__sqrt, sqrt)
 
 #endif /* __USE_WRAPPER_TEMPLATE.  */