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