On Fri, Feb 28, 2020 at 7:38 AM H.J. Lu <hjl.to...@gmail.com> wrote: > > On Fri, Feb 28, 2020 at 6:30 AM H.J. Lu <hjl.to...@gmail.com> wrote: > > > > When generating the separate file with LTO debug sections, we should > > also copy .note.gnu.property section. > > > > OK for master if there is no regression? > > > > Thanks. > > > > H.J. > > --- > > libiberty/ > > > > PR lto/93966 > > * simple-object.c (handle_lto_debug_sections): Also copy > > .note.gnu.property section. > > > > The test will fail on non-CET enabled OS. Here is the updated patch without > testcase. OK for master and backport to GCC 8/9 branches? >
This is a GCC 9/10 regression introduced by early LTO debug patches. Is my patch: https://gcc.gnu.org/ml/gcc-patches/2020-02/msg01626.html OK for master and backport for GCC 9 branch? Thanks. -- H.J.