X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=arch%2Fx86_64%2Freloc.h;h=9bc58496cea46e6c028c6fba967dd2cb00962df4;hb=39201d07e41ca4cf5f8c35d4663767aa3f75208f;hp=ffab5566b68a77fa3709342709e9357bfd98ec54;hpb=adf94c19666e687a728bbf398f9a88ea4ea19996;p=musl 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; }