Re: [PATCH 1/2] RISC-V: Update march parser

2020-04-06 Thread Jim Wilson
On Tue, Mar 31, 2020 at 2:06 AM Kito Cheng wrote: > - The arch string rule has changed in latest spec, it introduced new >multi-letter extension prefix with 'h' and 'z', and drop `sx`. also >adjust parsing order for 's' and 'x'. This looks OK to me. Jim

[PATCH 1/2] RISC-V: Update march parser

2020-03-31 Thread Kito Cheng
- The arch string rule has changed in latest spec, it introduced new multi-letter extension prefix with 'h' and 'z', and drop `sx`. also adjust parsing order for 's' and 'x'. gcc/ChangeLog * riscv-common.c (parse_sv_or_non_std_ext): Rename to parse_multiletter_ext.