Skip to content

riscv_h_canonical

Tsukasa OI edited this page Jul 15, 2022 · 1 revision

Extension Handling: Canonical ordering of H

Issue Solved

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.

Clone this wiki locally