Re: [PATCH v2] Support building when fts and obstack aren't part of libc.

2020-11-17 Thread Mark Wielaard
On Tue, 2020-11-03 at 20:39 -0300, Érico Nogueira via Elfutils-devel wrote: > On Tue Nov 3, 2020 at 10:33 PM -03, Dmitry V. Levin wrote: > > On Sun, Nov 01, 2020 at 09:48:50PM -0300, Érico Nogueira via > > Elfutils-devel wrote: > > > > > > +saved_LIBS="$LIBS" > > > +AC_SEARCH_LIBS([_obstack_free],

Re: [PATCH] debuginfod-find: Be a bit less verbose with -v

2020-11-17 Thread Mark Wielaard
On Wed, 2020-11-11 at 22:24 +0100, Mark Wielaard wrote: > On Wed, 2020-11-11 at 15:57 -0500, Frank Ch. Eigler wrote: > > On Wed, Nov 11, 2020 at 09:31:38PM +0100, Mark Wielaard wrote: > > > debuginfod-find -v enables a progressfn that prints the Progress > > > every > > > time the callback is calle

[Bug libelf/26878] elflint reports error on SHT_X86_64_UNWIND .eh_frame section

2020-11-17 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=26878 Mark Wielaard changed: What|Removed |Added Status|NEW |ASSIGNED CC|

Re: Subject: [PATCH] Make elflint and libebl understand .rela.eh_frame like other section type

2020-11-17 Thread Mark Wielaard
Hi Navin, On Fri, 2020-11-13 at 20:17 +0530, Navin P via Elfutils-devel wrote: > elflint doesn't recognize .rela.eh_frame like it does for other > .rela sections. Timm also noticed https://sourceware.org/bugzilla/show_bug.cgi?id=26878 I have an alternative patch that only recognizes SHT_X86_64

Re: [PATCH] define SHT_LLVM_ADDRSIG section rather than error out

2020-11-17 Thread Mark Wielaard
Hi Navin, On Fri, 2020-11-13 at 20:45 +0530, Navin P via Elfutils-devel wrote: > make elflint ignore it rather error as unsupported type. Other tools > like > readelf , objdump understand this section. Is there a specification of this section type? diff --git a/libelf/elf.h b/libelf/elf.h > in

Buildbot failure in Wildebeest Builder on whole buildset

2020-11-17 Thread buildbot
The Buildbot has detected a failed build on builder whole buildset while building elfutils. Full details are available at: https://builder.wildebeest.org/buildbot/#builders/10/builds/587 Buildbot URL: https://builder.wildebeest.org/buildbot/ Worker for this Build: fedora-s390x Build Reason:

Re: Buildbot failure in Wildebeest Builder on whole buildset

2020-11-17 Thread Mark Wielaard
On Tue, 2020-11-17 at 15:09 +, build...@builder.wildebeest.org wrote: > The Buildbot has detected a failed build on builder whole buildset > while building elfutils. > Full details are available at: > https://builder.wildebeest.org/buildbot/#builders/10/builds/587 > > Buildbot URL: https:/

Re: Subject: [PATCH] Make elflint and libebl understand .rela.eh_frame like other section type

2020-11-17 Thread Navin P via Elfutils-devel
with clang compiler build, before applying this patch 3 tests were failing and after applying the patch all tests pass. your patch is much better as it fixes the backend. On Tue, Nov 17, 2020 at 7:44 PM Mark Wielaard wrote: > > Hi Navin, > > > On Fri, 2020-11-13 at 20:17 +0530, Navin P via Elfut

Re: [PATCH] define SHT_LLVM_ADDRSIG section rather than error out

2020-11-17 Thread Navin P via Elfutils-devel
On Tue, Nov 17, 2020 at 7:49 PM Mark Wielaard wrote: > > Hi Navin, > > On Fri, 2020-11-13 at 20:45 +0530, Navin P via Elfutils-devel wrote: > > make elflint ignore it rather error as unsupported type. Other tools > > like > > readelf , objdump understand this section. > > Is there a specificatio