summaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/tst-tlsopt-powerpc.c
blob: cc682b2ed021a8d1f13bf860f2edef673d33db94 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* 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>