Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/include more relocations.



details:   https://anonhg.NetBSD.org/src/rev/18acdb26d83b
branches:  trunk
changeset: 813554:18acdb26d83b
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Feb 02 20:16:08 2016 +0000

description:
more relocations.

diffstat:

 sys/arch/i386/include/elf_machdep.h |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r d6b465b5952c -r 18acdb26d83b sys/arch/i386/include/elf_machdep.h
--- a/sys/arch/i386/include/elf_machdep.h       Tue Feb 02 20:13:59 2016 +0000
+++ b/sys/arch/i386/include/elf_machdep.h       Tue Feb 02 20:16:08 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: elf_machdep.h,v 1.10 2009/05/30 05:56:52 skrll Exp $   */
+/*     $NetBSD: elf_machdep.h,v 1.11 2016/02/02 20:16:08 christos Exp $        */
 
 #define        ELF32_MACHDEP_ENDIANNESS        ELFDATA2LSB
 #define        ELF32_MACHDEP_ID_CASES                                          \
@@ -56,8 +56,15 @@
 #define        R_386_TLS_DTPMOD32      35
 #define        R_386_TLS_DTPOFF32      36
 #define        R_386_TLS_TPOFF32       37
+
+#define R_386_SIZE32           38
+
+/* More TLS relocations */
 #define        R_386_TLS_GOTDESC       39
 #define        R_386_TLS_DESC_CALL     40
 #define        R_386_TLS_DESC          41
 
+#define R_386_IRELATIVE                42
+#define R_386_GOT32X           43
+
 #define        R_TYPE(name)    __CONCAT(R_386_,name)



Home | Main Index | Thread Index | Old Index