-
Notifications
You must be signed in to change notification settings - Fork 1
riscv_psabi_dwarf_vector_regs
Tsukasa OI edited this page Oct 3, 2022
·
8 revisions
- Status: Merged for Binutils 2.40
- Branch:
riscv-psabi-dwarf-vector-regs
- Tracking PR: #37 (view Pull Request and Diff)
- Mailing List:
According to the RISC-V ABIs Specification, version 1.0-rc4, all vector registers are assigned DWARF register numbers.
RISC-V ABIs Specification (riscv-elf-psabi-doc) is not ratified yet but at least frozen. So, I consider it's stable to upstream it. According to the documentation, it has register numbers 96 (v0
) – 127 (v31
).
It also adds vector registers to the DWARF register number test (dw-regnums.{s,d}
).