debuginfod & Debian source packages

2022-06-01 Thread Sergio Durigan Junior via Elfutils-devel
Hi, I'm the maintainer of debuginfod.debian.net (currently offline due to a hardware issue :-/). The service provides only debuginfo for now, but I would like to start indexing the source code of each package as well. I know that Fedora has the "debugsource" RPM package which makes things easier

[PATCHv2] strip: keep .ctf section in stripped file

2022-06-01 Thread Guillermo E. Martinez via Elfutils-devel
Hello, This is the second version patch to avoid remove the CTF section in stripped files. Changes from v1: - Add description in tests/run-strip-remove-keep-ctf.sh mentioning how to regenerate test input file (testfile-ctf) Please let me know your thoughts. Kind regard, guillermo CTF deb

[Bug tools/29073] program header entry 2: unknown program header entry type 0x70000003

2022-06-01 Thread fantasquex at gmail dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29073 --- Comment #3 from Letu Ren --- Hi! I encountered this issue when building packages for ArchLinux RISC-V. I wonder whether there is a patch which can be backported to 0.187 to make tests pass. -- You are receiving this mail because: You are

[PATCH] Arm Ehdr flag printing

2022-06-01 Thread Mark Wielaard
From: Ulrich Drepper Arm needs to decode flags and I modeled it after the binutils code. The same messages are printed. Given the requirement of the interface and the ABIs the current version of the callback function isn't sufficient unless one wants to create a stateful interface. The problem