diff options
Diffstat (limited to 'libexec/rtld-elf/powerpc/rtld_machdep.h')
| -rw-r--r-- | libexec/rtld-elf/powerpc/rtld_machdep.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libexec/rtld-elf/powerpc/rtld_machdep.h b/libexec/rtld-elf/powerpc/rtld_machdep.h index c98dc7d3acb5..b3e2e3fafa9f 100644 --- a/libexec/rtld-elf/powerpc/rtld_machdep.h +++ b/libexec/rtld-elf/powerpc/rtld_machdep.h @@ -33,6 +33,7 @@ #include <sys/types.h> #include <machine/atomic.h> +#include <machine/tls.h> struct Struct_Obj_Entry; @@ -73,11 +74,6 @@ void _rtld_powerpc_pltcall(void); * TLS */ -#define TLS_VARIANT_I 1 -#define TLS_TP_OFFSET 0x7000 -#define TLS_DTV_OFFSET 0x8000 -#define TLS_TCB_SIZE 8 - #define round(size, align) \ (((size) + (align) - 1) & ~((align) - 1)) #define calculate_first_tls_offset(size, align, offset) \ |
