☺ Buildbot (Sourceware): elfutils - build successful (master)

2023-10-03 Thread builder
A restored build has been detected on builder elfutils-gentoo-sparc while building elfutils. Full details are available at: https://builder.sourceware.org/buildbot/#builders/225/builds/101 Build state: build successful Revision: 4bddabc1e7f3020b83a5abd98901146c58da403e Worker: gentoo-sparc B

Re: [PATCH 00/14] elfutils: DWARF package (.dwp) file support

2023-10-03 Thread Mark Wielaard
Hi Omar, On Wed, Sep 27, 2023 at 11:20:49AM -0700, Omar Sandoval wrote: > This patch series adds support for DWARF package files to libdw and the > elfutils tools. It supports the GNU DebugFission format for DWARF 4 [1] > and the format standardized in DWARF 5 (section 7.3.5 "DWARF Package > Files

Re: [PATCH 06/14] libdw: Handle split DWARF in dwarf_macro_getsrcfiles

2023-10-03 Thread Mark Wielaard
Hi Omar, On Wed, Sep 27, 2023 at 11:20:55AM -0700, Omar Sandoval wrote: > Macro information references file names from the line number information > table, which is tricky in split DWARF for a couple of reasons. > > First, the line number information for a macro unit comes from the > .debug_line.

Re: [PATCH 05/14] libdw: Fix dwarf_macro_getsrcfiles for DWARF 5

2023-10-03 Thread Mark Wielaard
Hi Omar, On Wed, Sep 27, 2023 at 11:20:54AM -0700, Omar Sandoval wrote: > Dwarf_Macro_Op_Table::is_64bit conflates the address size and the offset > size: for .debug_macinfo, it is initialized based on the compilation > unit's address size, but for .debug_macro, it is initialized based on > the ma

☺ Buildbot (Sourceware): elfutils - build successful (master)

2023-10-03 Thread builder
A restored build has been detected on builder elfutils-gentoo-sparc while building elfutils. Full details are available at: https://builder.sourceware.org/buildbot/#builders/225/builds/98 Build state: build successful Revision: 8a0d1d7ee7371c086fc11c166160196515c210e6 Worker: gentoo-sparc Bu

☝ Buildbot (Sourceware): elfutils - cancelled (master)

2023-10-03 Thread builder
A cancelled build has been detected on builder elfutils-gentoo-sparc while building elfutils. Full details are available at: https://builder.sourceware.org/buildbot/#builders/225/builds/100 Build state: cancelled Revision: c9c9ffae725009b192b40e2d89035f353ae7055f Worker: gentoo-sparc Build R

☠ Buildbot (Sourceware): elfutils - failed test (failure) (master)

2023-10-03 Thread builder
A new failure has been detected on builder elfutils-gentoo-sparc while building elfutils. Full details are available at: https://builder.sourceware.org/buildbot/#builders/225/builds/97 Build state: failed test (failure) Revision: c9c9ffae725009b192b40e2d89035f353ae7055f Worker: gentoo-sparc

☺ Buildbot (Sourceware): elfutils - build successful (master)

2023-10-03 Thread builder
A restored build has been detected on builder elfutils-centos-x86_64 while building elfutils. Full details are available at: https://builder.sourceware.org/buildbot/#builders/39/builds/224 Build state: build successful Revision: 626186d6e7595121fd34234a574e9cecbea99a1a Worker: centos-x86_64

☠ Buildbot (Sourceware): elfutils - failed test (failure) (master)

2023-10-03 Thread builder
A new failure has been detected on builder elfutils-centos-x86_64 while building elfutils. Full details are available at: https://builder.sourceware.org/buildbot/#builders/39/builds/223 Build state: failed test (failure) Revision: 5b065f8583b00afbd3276c04b1b1d8fdf7d8a298 Worker: centos-x86_6

Re: [PATCH 04/14] libdw: Handle other string forms in dwarf_macro_param2

2023-10-03 Thread Mark Wielaard
Hi Omar, On Wed, 2023-09-27 at 11:20 -0700, Omar Sandoval wrote: > From: Omar Sandoval > > dwarf_getmacros handles the additional macro string forms added by DWARF > 5, but dwarf_macro_param2 doesn't. Update it with the list of all > string forms allowed in .debug_macro. In particular, GCC and

Re: [PATCH 03/14] libdw: Handle DW_AT_ranges in split DWARF 5 skeleton in dwarf_ranges

2023-10-03 Thread Mark Wielaard
Hi Omar, On Wed, 2023-09-27 at 11:20 -0700, Omar Sandoval wrote: > From: Omar Sandoval > > When commit 879f3a4f99df ("libdw: Handle .debug_rnglists in > dwarf_ranges.") added support for split DWARF 5 in 2018, GCC put all > range lists for split DWARF in the .debug_rnglists section of the > skel

Re: [PATCH 02/14] libdw: Handle split DWARF in dwarf_entrypc

2023-10-03 Thread Mark Wielaard
Hi Omar, On Wed, 2023-09-27 at 11:20 -0700, Omar Sandoval wrote: > From: Omar Sandoval > > If a DIE has no DW_AT_entry_pc attribute, dwarf_entrypc looks for > DW_AT_low_pc in that DIE. But for a split compilation unit DIE, > DW_AT_low_pc is in the corresponding skeleton DIE, so this fails. > dw

Re: [PATCH 01/14] libdw: Make try_split_file static

2023-10-03 Thread Mark Wielaard
Hi Omar, On Wed, 2023-09-27 at 11:20 -0700, Omar Sandoval wrote: > It's only used in libdw_find_split_unit.c. Obvious correct. Applied. Thanks, Mark

[Bug debuginfod/30879] intermittent failure (libstdc++ uncaught exception terminate) during testsuite on sparc-gentoo

2023-10-03 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30879 Frank Ch. Eigler changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---