add tlsdesc support for x86_64

This commit is contained in:
Rich Felker
2014-06-19 15:26:04 -04:00
parent 5ba238e1e4
commit 39201d07e4
2 changed files with 42 additions and 0 deletions
+2
View File
@@ -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;
}