public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Tsukasa OI <research_trasio@irq.a4lg.com>
To: Tsukasa OI <research_trasio@irq.a4lg.com>
Cc: binutils@sourceware.org
Subject: [PATCH 0/1] RISC-V: Fix canonical extension order (K and J)
Date: Mon, 28 Mar 2022 22:12:00 +0900	[thread overview]
Message-ID: <cover.1648473106.git.research_trasio@irq.a4lg.com> (raw)

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


             reply	other threads:[~2022-03-28 13:12 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-28 13:12 Tsukasa OI [this message]
2022-03-28 13:12 ` [PATCH 1/1] " Tsukasa OI
2022-03-29  0:12   ` Palmer Dabbelt
2022-04-25  3:52     ` Palmer Dabbelt
2022-05-19  3:40       ` Nelson Chu
2022-05-22  9:35         ` Tsukasa OI

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1648473106.git.research_trasio@irq.a4lg.com \
    --to=research_trasio@irq.a4lg.com \
    --cc=binutils@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).