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

Provided by KDAB

Privacy Policy
Update your C++ knowledge – Modern C++11/14/17 Training
Find out more

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