public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH 0/1] RISC-V: Fix canonical extension order (K and J)
@ 2022-04-24  5:24 Tsukasa OI
  2022-04-24  5:24 ` [PATCH 1/1] " Tsukasa OI
  2022-04-25  3:35 ` [PATCH 0/1] " Kito Cheng
  0 siblings, 2 replies; 6+ messages in thread
From: Tsukasa OI @ 2022-04-24  5:24 UTC (permalink / raw)
  To: Tsukasa OI, Palmer Dabbelt, Kito Cheng; +Cc: gcc-patches

**note**

My copyright assignment to FSF is not yet started (will start just after
sending this patch).  Please take care of the assignment status.



This patch fixes RISC-V's 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 GCC is currently harmless because neither J nor
Zj* extensions are implemented.  Intention of this commit is for future-
proofness.

This patch corresponds following patch for GNU Binutils:
<https://sourceware.org/pipermail/binutils/2022-March/120277.html>
[My copyright assignment is done on GNU Binutils]

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)

 gcc/common/config/riscv/riscv-common.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


base-commit: ab54f6007c79711fc2192098d4ccc3c24e95f3e6
-- 
2.32.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-04-25  3:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-24  5:24 [PATCH 0/1] RISC-V: Fix canonical extension order (K and J) Tsukasa OI
2022-04-24  5:24 ` [PATCH 1/1] " Tsukasa OI
2022-04-24  5:36   ` Andrew Waterman
2022-04-24  6:09     ` Tsukasa OI
2022-04-25  3:33       ` Kito Cheng
2022-04-25  3:35 ` [PATCH 0/1] " Kito Cheng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).