diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2021-04-07 06:25:34 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2021-04-09 20:46:24 +0000 |
| commit | 99c2ce7ef12f0852f25155d1d6718beccafbae0e (patch) | |
| tree | 4464e7557494b4aa8df3918fc489c1c63fda13ac /libexec/rtld-elf/mips | |
| parent | 7f7489eba391a858b3930a34e7749d642b374c5c (diff) | |
Diffstat (limited to 'libexec/rtld-elf/mips')
| -rw-r--r-- | libexec/rtld-elf/mips/rtld_machdep.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libexec/rtld-elf/mips/rtld_machdep.h b/libexec/rtld-elf/mips/rtld_machdep.h index b1556c93c3d6..d2498dbb9aa4 100644 --- a/libexec/rtld-elf/mips/rtld_machdep.h +++ b/libexec/rtld-elf/mips/rtld_machdep.h @@ -80,4 +80,6 @@ extern void *__tls_get_addr(tls_index *ti); #define md_abi_variant_hook(x) +#define TLS_DTV_OFFSET 0 + #endif |
