gcc/libgcc/config/riscv
Yangyu Chen 2605daa6b8 RISC-V: Drop __riscv_vendor_feature_bits
As discussed from RISC-V C-API PR #101 [1], As discussed in #96, current
interface is insufficient to support some cases, like a vendor buying a
CPU IP from the upstream vendor but using their own mvendorid and custom
features from the upstream vendor. In this case, we might need to add
these extensions for each downstream vendor many times. Thus, making
__riscv_vendor_feature_bits guarded by mvendorid is not a good idea. So,
drop __riscv_vendor_feature_bits for now, and we should have time to
discuss a better solution.

[1] https://github.com/riscv-non-isa/riscv-c-api-doc/pull/101

Signed-off-by: Yangyu Chen <cyy@cyyself.name>

gcc/ChangeLog:

	* config/riscv/riscv-feature-bits.h (RISCV_VENDOR_FEATURE_BITS_LENGTH): Drop.
	(struct riscv_vendor_feature_bits): Drop.

libgcc/ChangeLog:

	* config/riscv/feature_bits.c (RISCV_VENDOR_FEATURE_BITS_LENGTH): Drop.
	(__init_riscv_features_bits_linux): Drop.
2025-02-11 18:40:41 -07:00
..
atomic.c Update copyright years. 2025-01-02 11:59:57 +01:00
crti.S RISC-V: Add .note.gnu.property for ZICFILP and ZICFISS ISA extension 2025-01-17 10:54:44 +08:00
crtn.S RISC-V: Add .note.gnu.property for ZICFILP and ZICFISS ISA extension 2025-01-17 10:54:44 +08:00
div.S Update copyright years. 2025-01-02 11:59:57 +01:00
feature_bits.c RISC-V: Drop __riscv_vendor_feature_bits 2025-02-11 18:40:41 -07:00
linux-unwind.h RISC-V: Add Zicfiss ISA extension. 2025-01-17 10:49:16 +08:00
muldi3.S Update copyright years. 2025-01-02 11:59:57 +01:00
multi3.c Update copyright years. 2025-01-02 11:59:57 +01:00
riscv-asm.h RISC-V: Add .note.gnu.property for ZICFILP and ZICFISS ISA extension 2025-01-17 10:54:44 +08:00
save-restore.S RISC-V: Add .note.gnu.property for ZICFILP and ZICFISS ISA extension 2025-01-17 10:54:44 +08:00
sfp-machine.h Update copyright years. 2025-01-02 11:59:57 +01:00
shadow-stack-unwind.h RISC-V: Add Zicfiss ISA extension. 2025-01-17 10:49:16 +08:00
t-crtstuff Fix PR 110066: crash with -pg -static on riscv 2023-07-22 21:55:22 -07:00
t-elf RISC-V: Implement __init_riscv_feature_bits, __riscv_feature_bits, and __riscv_vendor_feature_bits 2024-10-14 17:36:14 +08:00
t-elf32
t-elf64
t-softfp32 [RISC-V] Add support for _Bfloat16 2024-05-06 15:39:12 -06:00
t-softfp64 [RISC-V] Add support for _Bfloat16 2024-05-06 15:39:12 -06:00
value-unwind.h Update copyright years. 2025-01-02 11:59:57 +01:00