git: 7738bb89a3cc - main - elf_common.h: remove obsolete riscv relocations
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 31 Jan 2023 18:33:14 UTC
The branch main has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=7738bb89a3cc70dc83ed4e80ee5160c18a7721f3 commit 7738bb89a3cc70dc83ed4e80ee5160c18a7721f3 Author: Mitchell Horne <mhorne@FreeBSD.org> AuthorDate: 2023-01-28 18:19:44 +0000 Commit: Mitchell Horne <mhorne@FreeBSD.org> CommitDate: 2023-01-31 18:31:48 +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 --- 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 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