diff options
author | Florian Weimer <fweimer@redhat.com> | 2023-05-07 14:16:03 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2023-05-07 14:16:03 +0200 |
commit | bf88b47ecb54888a789c02fa81aa4ab81ec2f3a5 (patch) | |
tree | 2b9e8f50a26edfa294ac0d3a8d78f26f65db28cf /elf/elf.h | |
parent | 84b4a81aebdb3a0dab335914ebb83faa67eb7df2 (diff) | |
download | glibc-bf88b47ecb54888a789c02fa81aa4ab81ec2f3a5.tar.gz glibc-bf88b47ecb54888a789c02fa81aa4ab81ec2f3a5.tar.xz glibc-bf88b47ecb54888a789c02fa81aa4ab81ec2f3a5.zip |
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.
Diffstat (limited to 'elf/elf.h')
-rw-r--r-- | elf/elf.h | 7 |
1 files changed, 0 insertions, 7 deletions
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 |