mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
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.
This commit is contained in:
@ -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};
|
||||
|
Reference in New Issue
Block a user