-
Notifications
You must be signed in to change notification settings - Fork 1
riscv_psabi_dwarf_reg_tests
Tsukasa OI edited this page Oct 14, 2022
·
8 revisions
- Status: Fully merged for Binutils 2.40
- Branch:
riscv-psabi-dwarf-reg-tests
- Tracking PR: #58 (view Pull Request and Diff)
- Mailing List:
-
psABI: Assign DWARF register numbers to vector registers
It was a subset of this patchset.
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.
We also have to test fp
(alias of x8
or s0
; I forgot to add this to the test).