diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/powerpc/libc-start.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/libc-start.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/libc-start.h b/sysdeps/unix/sysv/linux/powerpc/libc-start.h index 46b38b097a..689abb01a1 100644 --- a/sysdeps/unix/sysv/linux/powerpc/libc-start.h +++ b/sysdeps/unix/sysv/linux/powerpc/libc-start.h @@ -23,6 +23,7 @@ /* IREL{,A} must happen after TCB initialization in order to allow IFUNC resolvers to read TCB fields, e.g. hwcap and at_platform. */ #define ARCH_SETUP_IREL() +#define ARCH_SETUP_TLS() __libc_setup_tls () #define ARCH_APPLY_IREL() apply_irel () #endif /* ! SHARED */ |