summaryrefslogtreecommitdiff
path: root/include/elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/elf.h')
-rw-r--r--include/elf.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/include/elf.h b/include/elf.h
index 079f47ce..0075f9fc 100644
--- a/include/elf.h
+++ b/include/elf.h
@@ -2538,7 +2538,14 @@ typedef Elf32_Addr Elf32_Conflict;
#define R_MICROBLAZE_GOTOFF_64 19
#define R_MICROBLAZE_GOTOFF_32 20
#define R_MICROBLAZE_COPY 21
-#define R_MICROBLAZE_NUM 22
+#define R_MICROBLAZE_TLS 22
+#define R_MICROBLAZE_TLSGD 23
+#define R_MICROBLAZE_TLSLD 24
+#define R_MICROBLAZE_TLSDTPMOD32 25
+#define R_MICROBLAZE_TLSDTPREL32 26
+#define R_MICROBLAZE_TLSDTPREL64 27
+#define R_MICROBLAZE_TLSGOTTPREL32 28
+#define R_MICROBLAZE_TLSTPREL32 29
#ifdef __cplusplus
}