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 one more.
details: https://anonhg.NetBSD.org/src/rev/a11ebdb5ef3c
branches: trunk
changeset: 813555:a11ebdb5ef3c
user: christos <christos%NetBSD.org@localhost>
date: Tue Feb 02 20:16:59 2016 +0000
description:
one more.
diffstat:
sys/arch/i386/include/elf_machdep.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 18acdb26d83b -r a11ebdb5ef3c sys/arch/i386/include/elf_machdep.h
--- a/sys/arch/i386/include/elf_machdep.h Tue Feb 02 20:16:08 2016 +0000
+++ b/sys/arch/i386/include/elf_machdep.h Tue Feb 02 20:16:59 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: elf_machdep.h,v 1.11 2016/02/02 20:16:08 christos Exp $ */
+/* $NetBSD: elf_machdep.h,v 1.12 2016/02/02 20:16:59 christos Exp $ */
#define ELF32_MACHDEP_ENDIANNESS ELFDATA2LSB
#define ELF32_MACHDEP_ID_CASES \
@@ -26,6 +26,7 @@
#define R_386_RELATIVE 8
#define R_386_GOTOFF 9
#define R_386_GOTPC 10
+#define R_386_32PLT 11
/* TLS relocations */
#define R_386_TLS_TPOFF 14
Home |
Main Index |
Thread Index |
Old Index