Re: [PATCH v1][GCC] aarch64: Add support for menable-sysreg-checking flag.

2025-09-14 Thread Alice Carlotti
On Fri, Sep 12, 2025 at 08:30:55AM -0700, Andrew Pinski wrote: > On Fri, Sep 12, 2025 at 4:58 AM Srinath Parvathaneni > wrote: > > > > Hi All, > > > > In the current Binutils we have disabled the feature gating for sysreg > > by default and we have introduced a new flag "-meanble-sysreg-checking"

[PATCH v1][GCC] aarch64: Add support for menable-sysreg-checking flag.

2025-09-12 Thread Srinath Parvathaneni
Hi All, In the current Binutils we have disabled the feature gating for sysreg by default and we have introduced a new flag "-meanble-sysreg-checking" to renable some of this checking. However in GCC, we have disabled the feature gating of sysreg to read/write intrinsics __arm_[wr]sr* and we have

Re: [PATCH v1][GCC] aarch64: Add support for menable-sysreg-checking flag.

2025-09-12 Thread Andrew Pinski
On Fri, Sep 12, 2025 at 4:58 AM Srinath Parvathaneni wrote: > > Hi All, > > In the current Binutils we have disabled the feature gating for sysreg > by default and we have introduced a new flag "-meanble-sysreg-checking" > to renable some of this checking. > > However in GCC, we have disabled the