From daecc9a410a6f23d80daf8ce3afd280fea329e63 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Thu, 18 Nov 2010 14:58:01 +0000 Subject: metag: Add NPTL support Signed-off-by: Markos Chandras Signed-off-by: Bernhard Reutner-Fischer --- include/elf.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/elf.h') diff --git a/include/elf.h b/include/elf.h index 877d08194..cbb4da218 100644 --- a/include/elf.h +++ b/include/elf.h @@ -3184,6 +3184,11 @@ typedef Elf32_Addr Elf32_Conflict; #define R_METAG_RELATIVE 45 #define R_METAG_GLOB_DAT 46 +/* TLS relocations */ +#define R_METAG_TLS_TPOFF 56 +#define R_METAG_TLS_DTPMOD 57 +#define R_METAG_TLS_DTPOFF 58 + #ifdef __cplusplus } #endif -- cgit v1.2.3