diff options
author | Markos Chandras <markos.chandras@imgtec.com> | 2010-11-18 14:58:01 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2013-03-14 22:47:08 +0100 |
commit | daecc9a410a6f23d80daf8ce3afd280fea329e63 (patch) | |
tree | 8d603dd538809431cc01b9e656c827d1f0709052 /include/elf.h | |
parent | 20221281b3d67880439cd1d16c151f4528d034fb (diff) |
metag: Add NPTL support
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'include/elf.h')
-rw-r--r-- | include/elf.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 |