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 /manual | |
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 'manual')
-rw-r--r-- | manual/platform.texi | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/manual/platform.texi b/manual/platform.texi index 714c07813f..c6ed73cb97 100644 --- a/manual/platform.texi +++ b/manual/platform.texi @@ -121,12 +121,6 @@ when it is not allowed, the priority is set to medium. @node RISC-V @appendixsec RISC-V-specific Facilities -Functions that are lazily bound must be compatible with the standard calling -convention. When a function is annotated with STO_RISCV_VARIANT_CC, it means -this function is not compatible with the standard calling convention. The -dynamic linker will directly resolve it instead of using the lazy binding -mechanism. - Cache management facilities specific to RISC-V systems that implement the Linux ABI are declared in @file{sys/cachectl.h}. |