This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[PATCH 10/11] Add Andes nds32 dynamic relocation type to elf/elf.h.
- From: vincentc <vincentc at andestech dot com>
- To: <libc-alpha at sourceware dot org>
- Cc: <deanbo422 at gmail dot com>, <cnoize at andestech dot com>, vincentc <vincentc at andestech dot com>
- Date: Sun, 6 May 2018 22:41:24 +0800
- Subject: [PATCH 10/11] Add Andes nds32 dynamic relocation type to elf/elf.h.
- References: <1525617685-32083-1-git-send-email-vincentc@andestech.com>
---
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