[0/4] RISC-V/gas: assorted adjustments

Message ID eeb84f0c-b482-99a3-03e8-87a92789eedb@suse.com
Headers
Series RISC-V/gas: assorted adjustments |

Message

Jan Beulich Sept. 30, 2022, 11:57 a.m. UTC
  Really the first three were noticed while looking around how to best
put together the last one.

1: drop riscv_subsets static variable
2: drop stray call to install_insn()
3: don't open-code insn_length()
4: allow generating up to 176-bit instructions with .insn

Jan
  

Comments

Nelson Chu Sept. 30, 2022, 2:39 p.m. UTC | #1
On Fri, Sep 30, 2022 at 7:57 PM Jan Beulich <jbeulich@suse.com> wrote:
>
> Really the first three were noticed while looking around how to best
> put together the last one.
>
> 1: drop riscv_subsets static variable
> 2: drop stray call to install_insn()
> 3: don't open-code insn_length()
> 4: allow generating up to 176-bit instructions with .insn

Looks good and reasonable, please commit, thank you.

Nelson

> Jan