Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/alpha/include Add the R_ALPHA_BRSGP relocation type.
details: https://anonhg.NetBSD.org/src/rev/817d98a0f471
branches: trunk
changeset: 998132:817d98a0f471
user: thorpej <thorpej%NetBSD.org@localhost>
date: Mon Apr 08 14:08:16 2019 +0000
description:
Add the R_ALPHA_BRSGP relocation type.
diffstat:
sys/arch/alpha/include/elf_machdep.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r ef11967b1a10 -r 817d98a0f471 sys/arch/alpha/include/elf_machdep.h
--- a/sys/arch/alpha/include/elf_machdep.h Mon Apr 08 13:30:46 2019 +0000
+++ b/sys/arch/alpha/include/elf_machdep.h Mon Apr 08 14:08:16 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: elf_machdep.h,v 1.13 2017/11/06 03:47:45 christos Exp $ */
+/* $NetBSD: elf_machdep.h,v 1.14 2019/04/08 14:08:16 thorpej Exp $ */
#ifndef _ALPHA_ELF_MACHDEP_H_
#define _ALPHA_ELF_MACHDEP_H_
@@ -55,6 +55,7 @@
#define R_ALPHA_GLOB_DAT 25 /* Create GOT entry */
#define R_ALPHA_JMP_SLOT 26 /* Create PLT entry */
#define R_ALPHA_RELATIVE 27 /* Adjust by program base */
+#define R_ALPHA_BRSGP 28
/* TLS relocations */
#define R_ALPHA_TLS_GD 29
Home |
Main Index |
Thread Index |
Old Index