[PATCH 1/9] RISC-V: Add 'H' to canonical extension ordering
Tsukasa OI
research_trasio@irq.a4lg.com
Thu Jun 2 14:05:58 GMT 2022
More information about the Binutils mailing list
Thu Jun 2 14:05:58 GMT 2022
- Previous message (by thread): [PATCH 0/9] RISC-V: Combined floating point enhancements
- Next message (by thread): [PATCH 1/9] RISC-V: Add 'H' to canonical extension ordering
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bfd/elfxx-riscv.c b/bfd/elfxx-riscv.c
index 92ad03feea0..5c2c616a760 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};
--
2.34.1
- Previous message (by thread): [PATCH 0/9] RISC-V: Combined floating point enhancements
- Next message (by thread): [PATCH 1/9] RISC-V: Add 'H' to canonical extension ordering
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list