0001-resolve-bug-1-unsupported-zvmo-extension.patch 743 B

12345678910111213141516171819202122232425
  1. From 7578dbdb2be0b6183b36303d115521ebae28f2f6 Mon Sep 17 00:00:00 2001
  2. From: "max.ma" <max.ma@starfivetech.com>
  3. Date: Tue, 18 May 2021 18:05:37 -0700
  4. Subject: [PATCH 01/28] resolve bug#1: unsupported zvmo extension
  5. ---
  6. bfd/elfxx-riscv.c | 2 +-
  7. 1 file changed, 1 insertion(+), 1 deletion(-)
  8. diff --git a/bfd/elfxx-riscv.c b/bfd/elfxx-riscv.c
  9. index 97ad51f865..0d5bec4762 100644
  10. --- a/bfd/elfxx-riscv.c
  11. +++ b/bfd/elfxx-riscv.c
  12. @@ -1597,7 +1597,7 @@ riscv_parse_prefixed_ext (riscv_parse_subset_t *rps,
  13. static const char * const riscv_std_z_ext_strtab[] =
  14. {
  15. - "zicsr", "zifencei", "zihintpause", NULL
  16. + "zicsr", "zifencei", "zihintpause", "zvamo", "zvlsseg", NULL
  17. };
  18. static const char * const riscv_std_s_ext_strtab[] =
  19. --
  20. 2.33.0