Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

Commit

Permalink
Sync version flag with GCC
Browse files Browse the repository at this point in the history
  • Loading branch information
linsinan1995 committed May 17, 2021
1 parent 1fcc8b9 commit 9e69931
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gas/config/tc-riscv.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ static const struct riscv_ext_version ext_version_table[] =
{"c", ISA_SPEC_CLASS_20190608, 2, 0},
{"c", ISA_SPEC_CLASS_2P2, 2, 0},

{"p", ISA_SPEC_CLASS_DRAFT, 0, 94},
{"p", ISA_SPEC_CLASS_DRAFT, 2, 0},

{"zicsr", ISA_SPEC_CLASS_20191213, 2, 0},
{"zicsr", ISA_SPEC_CLASS_20190608, 2, 0},
Expand All @@ -145,9 +145,9 @@ static const struct riscv_ext_version ext_version_table[] =
{"zba", ISA_SPEC_CLASS_DRAFT, 0, 93},
{"zbc", ISA_SPEC_CLASS_DRAFT, 0, 93},

{"zpn", ISA_SPEC_CLASS_DRAFT, 0, 94},
{"zprv", ISA_SPEC_CLASS_DRAFT, 0, 94},
{"zpsf", ISA_SPEC_CLASS_DRAFT, 0, 94},
{"zpn", ISA_SPEC_CLASS_DRAFT, 2, 0},
{"zprv", ISA_SPEC_CLASS_DRAFT, 2, 0},
{"zpsf", ISA_SPEC_CLASS_DRAFT, 2, 0},
/* Terminate the list. */
{NULL, 0, 0, 0}
};
Expand Down

0 comments on commit 9e69931

Please sign in to comment.