Index: include/elf/mn10300.h |
diff --git a/include/elf/mn10300.h b/include/elf/mn10300.h |
index 444787b5f9525a96a5cbf231f0a44b478d7d2538..529b3897b4d1f74d50ec4f4a9f931ebcef4d6fc0 100644 |
--- a/include/elf/mn10300.h |
+++ b/include/elf/mn10300.h |
@@ -51,6 +51,15 @@ START_RELOC_NUMBERS (elf_mn10300_reloc_type) |
RELOC_NUMBER (R_MN10300_GLOB_DAT, 21) |
RELOC_NUMBER (R_MN10300_JMP_SLOT, 22) |
RELOC_NUMBER (R_MN10300_RELATIVE, 23) |
+ RELOC_NUMBER (R_MN10300_TLS_GD, 24) |
+ RELOC_NUMBER (R_MN10300_TLS_LD, 25) |
+ RELOC_NUMBER (R_MN10300_TLS_LDO, 26) |
+ RELOC_NUMBER (R_MN10300_TLS_GOTIE, 27) |
+ RELOC_NUMBER (R_MN10300_TLS_IE, 28) |
+ RELOC_NUMBER (R_MN10300_TLS_LE, 29) |
+ RELOC_NUMBER (R_MN10300_TLS_DTPMOD, 30) |
+ RELOC_NUMBER (R_MN10300_TLS_DTPOFF, 31) |
+ RELOC_NUMBER (R_MN10300_TLS_TPOFF, 32) |
RELOC_NUMBER (R_MN10300_SYM_DIFF, 33) |
RELOC_NUMBER (R_MN10300_ALIGN, 34) |
END_RELOC_NUMBERS (R_MN10300_MAX) |