1/* glibc test for __tls_get_addr optimization. */
2
3static int
4do_test (void)
5{
6 extern int tls_get_addr_opt_test (void);
7
8 return tls_get_addr_opt_test ();
9}
10
11#include <support/test-driver.c>
12

source code of glibc/sysdeps/powerpc/tst-tlsopt-powerpc.c