diff options
Diffstat (limited to 'sysdeps/powerpc/tst-tlsifunc.c')
-rw-r--r-- | sysdeps/powerpc/tst-tlsifunc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/powerpc/tst-tlsifunc.c b/sysdeps/powerpc/tst-tlsifunc.c index 6b256c6..8e559b5 100644 --- a/sysdeps/powerpc/tst-tlsifunc.c +++ b/sysdeps/powerpc/tst-tlsifunc.c @@ -102,7 +102,7 @@ do_test (void) if (&bar == bar_ptr) printf ("PASS: bar address read from IFUNC resolver is correct.\n"); #if !defined TST_TLSIFUNC_STATIC || !defined PIC \ - || !defined PI_STATIC_AND_HIDDEN + || defined HIDDEN_VAR_NEEDS_DYNAMIC_RELOC else { printf ("FAIL: bar address read from IFUNC resolver is incorrect.\n"); |