[Bug general/24498] 0.179: isn't LTO ready

2020-05-06 Thread kloczko.tomasz at gmail dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=24498 --- Comment #23 from kloczek --- Just retested elfutils with more patches from git and looks like now test suite is passing successfully: [tkloczko@barrel SPECS]$ rpmbuild -ba elfutils.spec --with lto --with check warning: Downloading https:/

[Bug general/24498] 0.179: isn't LTO ready

2020-05-06 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=24498 Mark Wielaard changed: What|Removed |Added Summary|0.176: isn't LTO ready |0.179: isn't LTO ready -- You are re

[Bug general/24498] 0.176: isn't LTO ready

2020-05-06 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=24498 --- Comment #22 from Mark Wielaard --- kloczek, re comment #20 and comment #21, is that with the latest git master sources? It looks like it is missing several code and testsuite fixes. In particular are you sure you have the following patches

[Bug general/24498] 0.176: isn't LTO ready

2020-05-06 Thread kloczko.tomasz at gmail dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=24498 --- Comment #21 from kloczek --- Just tretested using latest binutils and gcc and looksl like it compiles and links correctly. Despite that test suite is not possing: /usr/bin/make check-TESTS PASS: newfile PASS: update1 FAIL: test-nlist PA

[Bug general/24498] 0.176: isn't LTO ready

2020-05-06 Thread kloczko.tomasz at gmail dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=24498 --- Comment #20 from kloczek --- Just tretested using latest binutils and gcc and looksl like it compiles and links correctly. Despite that test suite is not possing: /usr/bin/make check-TESTS PASS: newfile PASS: update1 FAIL: test-nlist PA

[Bug general/24498] 0.176: isn't LTO ready

2020-05-06 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=24498 --- Comment #19 from Mark Wielaard --- The following now works with current git master: $ export AR=gcc-ar RANLIB=gcc-ranlib NM=gcc-nm $ autoreconf -f -v -i $ ./configure --enable-maintainer-mode CFLAGS="-O2 -g -flto -flto-partition=none -Wno

Re: [PATCH] libdwfl: Handle debugaltlink in dwfl_standard_find_debuginfo.

2020-05-06 Thread Mark Wielaard
Hi, On Fri, 2020-05-01 at 00:07 +0200, Mark Wielaard wrote: > When we fall back to the debuginfod client then we need to do the > same trick we do for local lookups in dwfl_build_id_find_debuginfo. > If the debug file (dw) is already set, then we must be looking for > the altfile. But we cannot us