| commit | d2552ba3e08067a30a03e5770f6fd8bd33f6f798 | [log] [tgz] |
|---|---|---|
| author | Jan Beulich <jbeulich@suse.com> | Fri Oct 14 12:52:16 2022 +0200 |
| committer | Jan Beulich <jbeulich@suse.com> | Fri Oct 14 12:52:16 2022 +0200 |
| tree | e16a5923c2d13f1c847be47ef953697066f37180 | |
| parent | b16e13328b14e2668e2a4355d587368ed040b680 [diff] |
RISC-V: Zicbo{m,p,z} adjustments to riscv_multi_subset_supports_ext()
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.