-
Notifications
You must be signed in to change notification settings - Fork 1
riscv_h_canonical
Tsukasa OI edited this page Jul 15, 2022
·
1 revision
- Status: Merged for 2.39
- Branch:
riscv-h-canonical
- Tracking PR: #15 (view Pull Request and Diff)
- Mailing List:
- PATCH v1 (2022-06-01)
For canonical ordering of Zhinx
extension (and future Zhinxmin
extension), it requires determining canonical order of H
.
I raised an issue and made a consensus that H
will be placed after V
. Considering current software compatibility, P
, V
, N
then H
ordering is good for toolchain.
On GNU Binutils, this requires adding h
character to riscv_ext_canonical_order
in bfd/elfxx.c
.