about summary refs log tree commit diff
path: root/arch/i386/reloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/i386/reloc.h')
-rw-r--r--arch/i386/reloc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/i386/reloc.h b/arch/i386/reloc.h
index 12224b79..eaf5aae0 100644
--- a/arch/i386/reloc.h
+++ b/arch/i386/reloc.h
@@ -26,6 +26,8 @@ static int remap_rel(int type)
 		return REL_TPOFF;
 	case R_386_TLS_TPOFF32:
 		return REL_TPOFF_NEG;
+	case R_386_TLS_DESC:
+		return REL_TLSDESC;
 	}
 	return 0;
 }