Module Name: src
Committed By: jkoshy
Date: Tue Feb 11 12:27:58 UTC 2025
Modified Files:
src/sys/arch/i386/include: elf_machdep.h
Log Message:
Add an alternate spelling for an i386 relocation type.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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.13 src/sys/arch/i386/include/elf_machdep.h:1.14
--- src/sys/arch/i386/include/elf_machdep.h:1.13 Mon Nov 6 03:47:46 2017
+++ src/sys/arch/i386/include/elf_machdep.h Tue Feb 11 12:27:58 2025
@@ -1,4 +1,4 @@
-/* $NetBSD: elf_machdep.h,v 1.13 2017/11/06 03:47:46 christos Exp $ */
+/* $NetBSD: elf_machdep.h,v 1.14 2025/02/11 12:27:58 jkoshy Exp $ */
#define ELF32_MACHDEP_ENDIANNESS ELFDATA2LSB
#define ELF32_MACHDEP_ID_CASES \
@@ -24,6 +24,7 @@
#define R_386_COPY 5
#define R_386_GLOB_DAT 6
#define R_386_JMP_SLOT 7
+#define R_386_JUMP_SLOT 7 /* psABI spelling. */
#define R_386_RELATIVE 8
#define R_386_GOTOFF 9
#define R_386_GOTPC 10