[PATCH 10/11] Add Andes nds32 dynamic relocation type to elf/elf.h.
vincentc
vincentc@andestech.com
Sun May 6 14:42:00 GMT 2018
---
elf/elf.h | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/elf/elf.h b/elf/elf.h
index 954f326..27add77 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -3855,6 +3855,16 @@ enum
#define R_METAG_TLS_LE_HI16 60
#define R_METAG_TLS_LE_LO16 61
+/* NDS32 relocations. */
+#define R_NDS32_NONE 0
+#define R_NDS32_32_RELA 20
+#define R_NDS32_COPY 39
+#define R_NDS32_GLOB_DAT 40
+#define R_NDS32_JMP_SLOT 41
+#define R_NDS32_RELATIVE 42
+#define R_NDS32_TLS_TPOFF 102
+#define R_NDS32_TLS_DESC 119
+
__END_DECLS
#endif /* elf.h */
--
2.7.4
More information about the Libc-alpha
mailing list