Skip to content

riscv_psabi_dwarf_reg_tests

Tsukasa OI edited this page Oct 14, 2022 · 8 revisions

psABI: Add testcase for DWARF register numbers

Based On

Feature Description (Merge 1)

Although it had csr-dw-regnums.d to test DWARF register numbers for CSRs, it didn't have DWARF register number test for GPRs/FPRs. So, this patchset adds it.

The reason I split this (from vector register patchset) is these register numbers for GPRs/FPRs are widely accepted already and adding this test first makes possible to completely split vector register patchset and the DWARF register number test itself.

Feature Description (Merge 2)

We also have to test fp (alias of x8 or s0; I forgot to add this to the test).

Clone this wiki locally