Re: [PATCH v3] strip: keep .ctf section in stripped file

2023-03-02 Thread Guillermo E. Martinez via Elfutils-devel
Hello Mark, On Tue, Feb 28, 2023 at 03:27:13PM +0100, Mark Wielaard wrote: > Hi Nick, > > On Tue, 2023-02-28 at 12:59 +, Nick Clifton wrote: > > > O, this surprises me. I wasn't aware binutils strip keeps unallocated > > > sections by default. But apparently it does. It doesn't seem specific

Re: [PATCH v2 14/16] Add function sys_get_page_size to replace platform dependent sysconf (_SC_PAGESIZE)

2023-03-02 Thread Mark Wielaard
Hi, On Sun, 2022-12-18 at 00:52 +0800, Yonggang Luo via Elfutils-devel wrote: > Signed-off-by: Yonggang Luo > --- > lib/Makefile.am| 2 +- > lib/crc32_file.c | 2 +- > lib/system.c | 48 ++ > lib/system.h

Re: [PATCH v2 11/16] libebl/libdwelf: define ssize_t and pid_t for MSVC within installed header libdwelf.h and libebl.h

2023-03-02 Thread Mark Wielaard
Hi, On Sun, 2022-12-18 at 00:52 +0800, Yonggang Luo via Elfutils-devel wrote: > Signed-off-by: Yonggang Luo > --- > libdwelf/libdwelf.h | 5 + > libebl/libebl.h | 5 + > 2 files changed, 10 insertions(+) > > diff --git a/libdwelf/libdwelf.h b/libdwelf/libdwelf.h > index 263ca60e..16

[Bug libdw/30047] libdw unable to handle DW_TAG_unspecified_type

2023-03-02 Thread mliska at suse dot cz via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=30047 Martin Liska changed: What|Removed |Added CC||kloczko.tomasz at gmail dot com --- Co

[Bug general/30192] 0.188: test suite is failing

2023-03-02 Thread mliska at suse dot cz via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=30192 Martin Liska changed: What|Removed |Added CC||mliska at suse dot cz Resoluti

[Bug general/30192] 0.188: test suite is failing

2023-03-02 Thread mliska at suse dot cz via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=30192 --- Comment #1 from Martin Liska --- On 3/2/23 14:20, kloczko.tomasz at gmail dot com via Elfutils-devel wrote: > /home/tkloczko/rpmbuild/BUILD/elfutils-0.188/tests/funcretval: > dwfl_module_return_value_location: cannot handle DWARF type desc

Re: [PATCH v2 09/16] libelf: uid_t, gid_t and mode_t are not comes with msvcrt, so using long/unsigned long instead on win32

2023-03-02 Thread Mark Wielaard
Hi, On Sun, 2022-12-18 at 00:52 +0800, Yonggang Luo via Elfutils-devel wrote: > Signed-off-by: Yonggang Luo > --- > libelf/libelf.h | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/libelf/libelf.h b/libelf/libelf.h > index a139e733..2fa3838b 100644 > --- a/libelf/libelf.h > +++ b/

[Bug general/30192] New: 0.188: test suite is failing

2023-03-02 Thread kloczko.tomasz at gmail dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=30192 Bug ID: 30192 Summary: 0.188: test suite is failing Product: elfutils Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2 Component: genera

Re: elfutils 0.189 release next week

2023-03-02 Thread Mark Wielaard
Hi, On Tue, 2023-02-21 at 14:33 +0100, Mark Wielaard wrote: > We accumulated a lot of patches since 0.188 (59 commits by 13 authors) > with some nice new features and some important bug fixes. So it would > be good to push a new release out. > > I cleaned up the patchwork list and will go over th