Re: Doing a 0.186 release on ... Wednesday

2021-11-08 Thread Mark Wielaard
Hi, On Thu, Nov 04, 2021 at 10:47:31AM +0100, Mark Wielaard wrote: > It has been 5 months since 0.185, there have been ~70 commits by ~15 > people, with ~15 bugzilla entries closed. There is always more to do, > but I believe current trunk is in pretty good shape. A lot of work was > done to get t

Re: [PATCH v2] Improve building with LTO

2021-11-08 Thread Mark Wielaard
Hi Dmitry, On Mon, Nov 08, 2021 at 01:02:28PM +0300, Dmitry V. Levin wrote: > > Thanks. This patch was indeed one reason I kept postponing the release, > > because I didn't have have time to properly review it. > > > > Which gcc versions have you tried this against (with/without -flto?) > > I te

Re: [PATCH v2] Improve building with LTO

2021-11-08 Thread Dmitry V. Levin
Hi Mark, On Thu, Nov 04, 2021 at 01:12:29PM +0100, Mark Wielaard wrote: > Hi Dmitry, > > On Thu, 2021-11-04 at 14:23 +0300, Dmitry V. Levin wrote: > > On Sat, Aug 28, 2021 at 12:31:43PM +0300, Dmitry V. Levin wrote: > > > On Thu, Feb 18, 2021 at 03:38:56AM +0100, Alexander Miller via > > > Elfuti

[Bug general/22253] RFE elfutils add man pages documenting the API

2021-11-08 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=22253 Mark Wielaard changed: What|Removed |Added CC||mark at klomp dot org --- Comment #1

[Bug general/27367] readelf: invalid loclists data with -ffat-lto-objects

2021-11-08 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27367 Mark Wielaard changed: What|Removed |Added Assignee|unassigned at sourceware dot org |mark at klomp dot org

[PATCH] libdw: dwarf_elf_begin should use either plain, dwo or lto DWARF sections.

2021-11-08 Thread Mark Wielaard
When opening an ELF file that contained a mix of pain, dwo or lto .debug sections the result could be confusing. Add a check to pick just the plain .debug sections, or the .dwo sections or the .gnu.debuglto_.debug sections (in that order of preference). That way there is always a consistent set. h