On Mon, Oct 17, 2022 at 5:11 AM Mark Wielaard wrote:
>
> Hi,
>
> This seems to work and is probably OK. But do you know when/what the
> __ prefix versions are defined and when/what defines the non-prefixed
> versions?
>
__BYTE_ORDER__ is a predefined macro by gcc/clang,
BYTE_ORDER is defined in
Hi,
I rather not have multiple build systems in the tree. Are the
autotools not available on your system?
Cheers,
Mark
Hi,
I find this hard to review. I have no experienc with msvc and don't
know when/what _MSC_VER implies or how to verify system_win32.c. I am
also a bit worried that the various ifdefs will be hard to keep
correct.
If we don't have HAVE_DECL_MMAP does the testsuite still work?
Maybe this patch c
A restored build has been detected on builder elfutils-fedora-s390x while
building elfutils.
Full details are available at:
https://builder.sourceware.org/buildbot/#builders/43/builds/79
Build state: build successful
Revision: 96263dfee3591a9c732b00a33a4a221b8f01bf46
Worker: fedora-s390x
Bui
Hi,
This seems to work and is probably OK. But do you know when/what the
__ prefix versions are defined and when/what defines the non-prefixed
versions?
Thanks,
Mark
On Tue, Sep 20, 2022 at 04:43:05PM +0800, Yonggang Luo via Elfutils-devel wrote:
> Signed-off-by: Yonggang Luo
> ---
> lib/sys
A new failure has been detected on builder elfutils-fedora-s390x while building
elfutils.
Full details are available at:
https://builder.sourceware.org/buildbot/#builders/43/builds/78
Build state: failed test (failure)
Revision: a6b2ec76d51386dd06ab86d46eabbcf5140fe80d
Worker: fedora-s390x
B
Hi,
On Sun, Oct 16, 2022 at 12:36:22AM +0800, Yonggang Luo via Elfutils-devel wrote:
> Add NOT_HAVE_LIBINTL macro to disable internationalization,
> sometimes we have don't want access internationalization such as MSVC,
> so the macro NOT_HAVE_LIBINTL can help that.
This needs a configure check.
On Sun, Oct 16, 2022 at 12:36:21AM +0800, Yonggang Luo via Elfutils-devel wrote:
> So we do not need include in each file.
> And indeed the macro
> #define _(Str) dgettext ("elfutils", Str)
> access libintl function dgettext, so it's make more sense
> #include in file eu-config.h
And this works b
On Sun, Oct 16, 2022 at 12:36:20AM +0800, Yonggang Luo via Elfutils-devel wrote:
> All of these files either #include directly or #include "libelfP.h"
> And now "libelfP.h also #include , so the platform depended include
> can be moved to system.h safely
Thanks. While reviewing wrote ChangeLog en
A restored build has been detected on builder elfutils-debian-armhf while
building elfutils.
Full details are available at:
https://builder.sourceware.org/buildbot/#builders/6/builds/77
Build state: build successful
Revision: 2a4ce08fafcf76d866ae5f6b394389d8d93aa0cb
Worker: debian-armhf
Buil
There is a run-debuginfod-federation-metrics.sh failure that must be
unrelated. It is an odd crash in the shell script wait statement?
But there are also a few failures compiling the new testcase:
In file included from /usr/include/features.h:490,
from /usr/include/assert.h:35,
A new failure has been detected on builder elfutils-debian-arm64 while building
elfutils.
Full details are available at:
https://builder.sourceware.org/buildbot/#builders/5/builds/74
Build state: failed test (failure)
Revision: 64ee2cb792e7b6ba6ad2a5759bff7ce8714e4668
Worker: debian-arm64
Bu
Hi Aleksei,
On Tue, Sep 20, 2022 at 01:36:37PM +, Aleksei Vetrov via Elfutils-devel
wrote:
> This method allows to read and report ELF from memory instead of opening
> a file. That way arbitrary memory can be worked with, e.g. when coming
> from a stream without the need to persist.
>
> Anot
https://sourceware.org/bugzilla/show_bug.cgi?id=29695
lin zhuorong changed:
What|Removed |Added
Component|libdw |libelf
CC|
https://sourceware.org/bugzilla/show_bug.cgi?id=29695
Bug ID: 29695
Summary: In libelf.h struct Elf, struct Elf_Scn is defined
using typedef and not using #include is
not the way to comply with the specification?
Product: e
15 matches
Mail list logo