[PATCH 0/1] RISC-V: Fix canonical extension order (K and J)
Tsukasa OI
research_trasio@irq.a4lg.com
Mon Mar 28 13:12:00 GMT 2022
This commit fixes canonical extension order...
from: "J" -> "K"
to : "K" -> "J"
as per the RISC-V ISA Manual draft-20210402-1271737 or later.
This bug in the GNU Binutils is currently harmless because neither J nor
Zj* extensions are implemented. Intention of this commit is for future-
proofness.
References:
<https://github.com/riscv/riscv-isa-manual/commit/1271737463c04cacd98320d820a38f66d1c87dae>
<https://github.com/riscv/riscv-isa-manual/releases/tag/draft-20210402-1271737>
Tsukasa OI (1):
RISC-V: Fix canonical extension order (K and J)
bfd/elfxx-riscv.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
base-commit: b8e92c571baed4e794bd62b7bf417fa8bbaf5c95
--
2.32.0
More information about the Binutils
mailing list