☺ Buildbot (GNU Toolchain): elfutils - build successful (master)

2022-08-07 Thread builder--- via Elfutils-devel
A restored build has been detected on builder elfutils-debian-testing-x86_64 while building elfutils. Full details are available at: https://builder.sourceware.org/buildbot/#builders/145/builds/13 Build state: build successful Revision: b661e39349a89a47793c4d15e9ca8df016c3871b Worker: bb1-1

[Bug libdw/29450] run-low_high_pc.sh fails on i386 against binutils-2.39

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

Re: [PATCH] tests: run-low_high_pc.sh: drop redundant 'lx' suffix

2022-08-07 Thread Mark Wielaard
Hi, On Sat, Aug 06, 2022 at 09:55:06AM +0100, Sergei Trofimovich via Elfutils-devel wrote: > Noticed when debugged test failure: > > lowpc: 8049000, highpc: 8049000lx > ../sysdeps/i386/crti.S: [2def] '_init' highpc <= lowpc Thanks, looks obviously correct. Pushed. Cheers, Mark

Re: [PATCH v2] tests: do not fail on zero sized DIEs (binutils-2.39 compatible)

2022-08-07 Thread Mark Wielaard
Hi Sergei, On Sun, Aug 07, 2022 at 07:31:38PM +0100, Sergei Trofimovich via Elfutils-devel wrote: > binutils started producing 0-sized DIEs on functions interspersed > by nested sections (".section ...; .previous). This led to > run-low_high_pc.sh failure in form of: > > FAIL: run-low_high_p

[PATCH v2] tests: do not fail on zero sized DIEs (binutils-2.39 compatible)

2022-08-07 Thread Sergei Trofimovich via Elfutils-devel
binutils started producing 0-sized DIEs on functions interspersed by nested sections (".section ...; .previous). This led to run-low_high_pc.sh failure in form of: FAIL: run-low_high_pc.sh [b] main.c [2d] main [b] ../sysdeps/i386/start.S [26] _sta

Re: [PATCH] tests: do not fail on zero sized DIEs (binutils-2.39 compatible)

2022-08-07 Thread Martin Liška
On 8/6/22 10:53, Sergei Trofimovich via Elfutils-devel wrote: Hi. Thanks for catching this. Btw. I've also noticed the elfutils failure in openSUSE staging project. > binutils started producing 0-sized DIEs on functions interspersed > by nested sections (".section ...; .previous). This led to >