aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitchell Horne <mhorne@FreeBSD.org>2023-01-28 18:19:44 +0000
committerMitchell Horne <mhorne@FreeBSD.org>2023-01-31 18:31:48 +0000
commit7738bb89a3cc70dc83ed4e80ee5160c18a7721f3 (patch)
tree696855302fc0877fe69d8ca655e1951acfcaf969
parent3d100b2a5a3694f5f6405bd2f4fdce3ca302171e (diff)
downloadsrc-7738bb89a3cc70dc83ed4e80ee5160c18a7721f3.tar.gz
src-7738bb89a3cc70dc83ed4e80ee5160c18a7721f3.zip
elf_common.h: remove obsolete riscv relocations
These were specified at one time, but later removed. Reviewed by: jrtc27, imp, emaste MFC after: 3 days Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D38174
-rw-r--r--sys/sys/elf_common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/sys/elf_common.h b/sys/sys/elf_common.h
index 657846d80111..81162331fce7 100644
--- a/sys/sys/elf_common.h
+++ b/sys/sys/elf_common.h
@@ -1364,8 +1364,6 @@ typedef struct {
#define R_RISCV_SUB16 38
#define R_RISCV_SUB32 39
#define R_RISCV_SUB64 40
-#define R_RISCV_GNU_VTINHERIT 41
-#define R_RISCV_GNU_VTENTRY 42
#define R_RISCV_ALIGN 43
#define R_RISCV_RVC_BRANCH 44
#define R_RISCV_RVC_JUMP 45