Re: PING^1 [PATCH 1/2] GCC_CET_HOST_FLAGS: Check if host supports multi-byte NOPs

2021-05-03 Thread Richard Biener via Gcc-patches
On Sun, May 2, 2021 at 3:27 PM H.J. Lu wrote: > > On Tue, Mar 23, 2021 at 3:39 PM H.J. Lu wrote: > > > > Check if host supports multi-byte NOPs before enabling CET on host. > > > > config/ > > > > PR binutils/27397 > > * cet.m4 (GCC_CET_HOST_FLAGS): Check if host supports multi-by

PING^1 [PATCH 1/2] GCC_CET_HOST_FLAGS: Check if host supports multi-byte NOPs

2021-05-02 Thread H.J. Lu via Gcc-patches
On Tue, Mar 23, 2021 at 3:39 PM H.J. Lu wrote: > > Check if host supports multi-byte NOPs before enabling CET on host. > > config/ > > PR binutils/27397 > * cet.m4 (GCC_CET_HOST_FLAGS): Check if host supports multi-byte > NOPs. > > libiberty/ > > PR binutils/27397 >

[PATCH 1/2] GCC_CET_HOST_FLAGS: Check if host supports multi-byte NOPs

2021-03-23 Thread H.J. Lu via Gcc-patches
Check if host supports multi-byte NOPs before enabling CET on host. config/ PR binutils/27397 * cet.m4 (GCC_CET_HOST_FLAGS): Check if host supports multi-byte NOPs. libiberty/ PR binutils/27397 * configure: Regenerated. --- config/cet.m4 | 19 +