public inbox for binutils-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] RISC-V: Add 'H' to canonical extension ordering
@ 2022-06-22 10:28 Nelson Chu
  0 siblings, 0 replies; only message in thread
From: Nelson Chu @ 2022-06-22 10:28 UTC (permalink / raw)
  To: bfd-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=1176bc3876fdec6a700079ef216940f42a57f18a

commit 1176bc3876fdec6a700079ef216940f42a57f18a
Author: Tsukasa OI <research_trasio@irq.a4lg.com>
Date:   Thu Jun 2 23:05:58 2022 +0900

    RISC-V: Add 'H' to canonical extension ordering
    
    This commit adds 'H' to canonical extension ordering based on current
    consensus (not officially ratified as a new ISA specification manual
    but discussion for software compatibility is made).
    
    bfd/ChangeLog
    
            * elfxx-riscv.c (riscv_ext_canonical_order): Add 'H' for
            canonical extension ordering based on current consensus.

Diff:
---
 bfd/elfxx-riscv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bfd/elfxx-riscv.c b/bfd/elfxx-riscv.c
index a4609b995b8..ede69682114 100644
--- a/bfd/elfxx-riscv.c
+++ b/bfd/elfxx-riscv.c
@@ -1345,7 +1345,7 @@ riscv_recognized_prefixed_ext (const char *ext)
 }
 
 /* Canonical order for single letter extensions.  */
-static const char riscv_ext_canonical_order[] = "eigmafdqlcbkjtpvn";
+static const char riscv_ext_canonical_order[] = "eigmafdqlcbkjtpvnh";
 
 /* Array is used to compare the orders of standard extensions quickly.  */
 static int riscv_ext_order[26] = {0};


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-06-22 10:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-22 10:28 [binutils-gdb] RISC-V: Add 'H' to canonical extension ordering Nelson Chu

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).