RISC-V: Add 'H' to canonical extension ordering
authorTsukasa OI <research_trasio@irq.a4lg.com>
Thu, 2 Jun 2022 14:05:58 +0000 (23:05 +0900)
committerNelson Chu <nelson.chu@sifive.com>
Wed, 22 Jun 2022 10:13:30 +0000 (18:13 +0800)
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.

bfd/elfxx-riscv.c

index a4609b995b88cb341a81044ac407a230db533777..ede696821148fc7cb6f3127a0e973f0f4f0868d3 100644 (file)
@@ -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};