From bf88b47ecb54888a789c02fa81aa4ab81ec2f3a5 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Sun, 7 May 2023 14:16:03 +0200 Subject: Revert "riscv: Resolve symbols directly for symbols with STO_RISCV_VARIANT_CC." This reverts commit 117e8b341c5c0ace8d65feeef136fececb3fdc9c. Reason for revert: Causes elf/tst-glibcelf and elf/tst-relro-* to fail on all architectures. --- elf/elf.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'elf/elf.h') diff --git a/elf/elf.h b/elf/elf.h index 4f65b5a32d..94ca23c1bb 100644 --- a/elf/elf.h +++ b/elf/elf.h @@ -3933,13 +3933,6 @@ enum #define R_TILEGX_NUM 130 -/* RISC-V specific values for the Dyn d_tag field. */ -#define DT_RISCV_VARIANT_CC (DT_LOPROC + 1) -#define DT_RISCV_NUM 2 - -/* RISC-V specific values for the st_other field. */ -#define STO_RISCV_VARIANT_CC 0x80 - /* RISC-V ELF Flags */ #define EF_RISCV_RVC 0x0001 #define EF_RISCV_FLOAT_ABI 0x0006 -- cgit 1.4.1