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

2021-02-14 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 +

Re: [PATCH] GCC_CET_HOST_FLAGS: Check if host supports multi-byte NOPs

2021-03-15 Thread H.J. Lu via Gcc-patches
On Sun, Feb 14, 2021 at 9:26 AM 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 >