]> git.ipfire.org Git - thirdparty/gcc.git/commit
RISC-V: Add detailed comments on processing implied extensions. [NFC]
authorYangyu Chen <chenyangyu@isrc.iscas.ac.cn>
Mon, 14 Oct 2024 10:31:06 +0000 (18:31 +0800)
committerKito Cheng <kito.cheng@sifive.com>
Mon, 14 Oct 2024 11:53:17 +0000 (19:53 +0800)
commit1c507a02f29c6ca735f40f4b16b341ce9d5aa1b1
treeb11f42cfd996dc7bb18188894fb9cb05b2da4e21
parentaccb85345edb91368221fd07b74e74df427b7de0
RISC-V: Add detailed comments on processing implied extensions. [NFC]

In some cases, we don't need to handle implied extensions. Add detailed
comments to help developers understand what implied ISAs should be
considered.

libgcc/ChangeLog:

* config/riscv/feature_bits.c (__init_riscv_features_bits_linux):
Add detailed comments on processing implied extensions.

Signed-off-by: Yangyu Chen <chenyangyu@isrc.iscas.ac.cn>
libgcc/config/riscv/feature_bits.c