ubuntu-buildroot/output/build/glibc-2.36-81-g4f4d7a13edfd.../sysdeps/powerpc/tst-tlsopt-powerpc.c

12 lines
195 B
C
Raw Normal View History

2024-04-01 15:19:46 +00:00
/* glibc test for __tls_get_addr optimization. */
static int
do_test (void)
{
extern int tls_get_addr_opt_test (void);
return tls_get_addr_opt_test ();
}
#include <support/test-driver.c>