diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86_64/reloc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86_64/reloc.h b/arch/x86_64/reloc.h index ffab5566..9bc58496 100644 --- a/arch/x86_64/reloc.h +++ b/arch/x86_64/reloc.h @@ -25,6 +25,8 @@ static int remap_rel(int type) return REL_DTPOFF; case R_X86_64_TPOFF64: return REL_TPOFF; + case R_X86_64_TLSDESC: + return REL_TLSDESC; } return 0; } |