git: a6a064ec6f27 - stable/13 - elf_common.h: remove obsolete riscv relocations

From: Mitchell Horne <mhorne_at_FreeBSD.org>
Date: Mon, 06 Feb 2023 19:36:59 UTC
The branch stable/13 has been updated by mhorne:

URL: https://cgit.FreeBSD.org/src/commit/?id=a6a064ec6f2710a3a0e527ec8b52ff666858cffb

commit a6a064ec6f2710a3a0e527ec8b52ff666858cffb
Author:     Mitchell Horne <mhorne@FreeBSD.org>
AuthorDate: 2023-01-28 18:19:44 +0000
Commit:     Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2023-02-06 19:34:37 +0000

    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
    
    (cherry picked from commit 7738bb89a3cc70dc83ed4e80ee5160c18a7721f3)
---
 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 884b8bb18d4f..f32d9b985605 100644
--- a/sys/sys/elf_common.h
+++ b/sys/sys/elf_common.h
@@ -1362,8 +1362,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