Module Name:    src
Committed By:   christos
Date:           Tue Feb  2 20:16:08 UTC 2016

Modified Files:
        src/sys/arch/i386/include: elf_machdep.h

Log Message:
more relocations.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/i386/include/elf_machdep.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/i386/include/elf_machdep.h
diff -u src/sys/arch/i386/include/elf_machdep.h:1.10 src/sys/arch/i386/include/elf_machdep.h:1.11
--- src/sys/arch/i386/include/elf_machdep.h:1.10	Sat May 30 01:56:52 2009
+++ src/sys/arch/i386/include/elf_machdep.h	Tue Feb  2 15:16:08 2016
@@ -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)

Reply via email to