Committed, but I decided to take v1 and disable that by default to
prevent breaking the existing code :)
On Tue, Sep 13, 2022 at 5:37 PM jiawei wrote:
>
> From: Jiawei
>
> Add -m[no]-csr-check option in gcc part, when enable -mcsr-check option,
> it will add csr-check in .option section and pass
From: Jiawei
Add -m[no]-csr-check option in gcc part, when enable -mcsr-check option,
it will add csr-check in .option section and pass this to assembler.
V2: Add assembler support check info for -mcsr-check. Thanks for Kito's
suggestions.
gcc/ChangeLog:
* config.in: New def.
*