[PATCH] RISC-V: Zicbo{m,p,z} adjustments to riscv_multi_subset_supports_ext()
Tsukasa OI
research_trasio@irq.a4lg.com
Tue Oct 4 16:08:00 GMT 2022
More information about the Binutils mailing list
Tue Oct 4 16:08:00 GMT 2022
- Previous message (by thread): [PATCH] RISC-V: Zicbo{m,p,z} adjustments to riscv_multi_subset_supports_ext()
- Next message (by thread): [PATCH] RISC-V: Zicbo{m,p,z} adjustments to riscv_multi_subset_supports_ext()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 2022/10/04 22:56, Jan Beulich via Binutils wrote:
> The lack thereof did caused gas to issue "internal: unreachable
> INSN_CLASS_*" errors when trying to assemble respective insns without
> the feature(s) enabled via e.g. ".option arch, ...". Of course a proper
> hint towards the missing extension then wasn't given either.
>
> --- a/bfd/elfxx-riscv.c
> +++ b/bfd/elfxx-riscv.c
> @@ -2440,6 +2440,12 @@ riscv_multi_subset_supports_ext (riscv_p
> {
> case INSN_CLASS_I:
> return "i";
> + case INSN_CLASS_ZICBOM:
> + return "zicbom";
> + case INSN_CLASS_ZICBOP:
> + return "zicbop";
> + case INSN_CLASS_ZICBOZ:
> + return "zicboz";
> case INSN_CLASS_ZICSR:
> return "zicsr";
> case INSN_CLASS_ZIFENCEI:
>
LGTM.
Thanks!
Tsukasa
- Previous message (by thread): [PATCH] RISC-V: Zicbo{m,p,z} adjustments to riscv_multi_subset_supports_ext()
- Next message (by thread): [PATCH] RISC-V: Zicbo{m,p,z} adjustments to riscv_multi_subset_supports_ext()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list