From 7738bb89a3cc70dc83ed4e80ee5160c18a7721f3 Mon Sep 17 00:00:00 2001 From: Mitchell Horne Date: Sat, 28 Jan 2023 14:19:44 -0400 Subject: [PATCH] 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 --- sys/sys/elf_common.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/sys/elf_common.h b/sys/sys/elf_common.h index 657846d8011..81162331fce 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