Re: [[PATCH V9] 7/7] libiberty: copy over .BTF section when using LTO

2021-06-21 Thread Richard Biener via Gcc-patches
On Mon, May 31, 2021 at 7:19 PM Jose E. Marchesi via Gcc-patches wrote: > > libiberty/ChangeLog: OK. You can apply this separately. I still believe LTO support is kind-of broken, but well ;) Richard. > * simple-object.c (handle_lto_debug_sections): Copy over .BTF section. > --- > lib

[[PATCH V9] 7/7] libiberty: copy over .BTF section when using LTO

2021-05-31 Thread Jose E. Marchesi via Gcc-patches
libiberty/ChangeLog: * simple-object.c (handle_lto_debug_sections): Copy over .BTF section. --- libiberty/simple-object.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libiberty/simple-object.c b/libiberty/simple-object.c index 909995dd166..facbf94fd09 100644 --- a/libiberty/simp