summaryrefslogtreecommitdiffstats
path: root/trunk/src/ld-libs.c
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/ld-libs.c')
-rw-r--r--trunk/src/ld-libs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/trunk/src/ld-libs.c b/trunk/src/ld-libs.c
index fe758b8..5526b2f 100644
--- a/trunk/src/ld-libs.c
+++ b/trunk/src/ld-libs.c
@@ -180,8 +180,11 @@ reloc_type_class (int type, int machine)
return ELF_RTYPE_CLASS_COPY;
case R_MIPS_JUMP_SLOT:
case R_MIPS_TLS_DTPMOD32:
+ case R_MIPS_TLS_DTPMOD64:
case R_MIPS_TLS_DTPREL32:
+ case R_MIPS_TLS_DTPREL64:
case R_MIPS_TLS_TPREL32:
+ case R_MIPS_TLS_TPREL64:
return ELF_RTYPE_CLASS_PLT;
default:
return 0;