-
Notifications
You must be signed in to change notification settings - Fork 2
riscv_psabi_dwarf_reg_tests
Tsukasa OI edited this page Oct 3, 2022
·
8 revisions
- Status: Mostly merged for Binutils 2.40
- Branch:
riscv-psabi-dwarf-reg-tests - Tracking PR: #58 (view Pull Request and Diff)
- Mailing List:
- PATCH v1 (2022-09-23)
-
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.
I also made a change so that we test fp (alias of x8 or s0; I forgot to add this to the test).