https://sourceware.org/bugzilla/show_bug.cgi?id=31034
Bug ID: 31034
Summary: iproute2 fails to build with elfutils 0.190 with musl
libc
Product: elfutils
Version: unspecified
Status: UNCONFIRMED
Severity: normal
https://sourceware.org/bugzilla/show_bug.cgi?id=31034
--- Comment #1 from ncopa at alpinelinux dot org ---
Patch sent to musl: https://www.openwall.com/lists/musl/2023/11/06/3
--
You are receiving this mail because:
You are on the CC list for the bug.
https://sourceware.org/bugzilla/show_bug.cgi?id=30948
--- Comment #2 from Masatake YAMATO ---
Thank you. With -gdwarf-aranges, the stack command works expectedly.
$ clang -O0 -g -gdwarf-aranges target.c -o target-clang
$ ./target-clang &
[1] 4104789
$ ./src/s
On Thu, Nov 02, 2023 at 12:07:04AM +0100, Mark Wielaard wrote:
> Hi Omar,
>
> On Wed, Sep 27, 2023 at 11:20:57AM -0700, Omar Sandoval wrote:
> > The .debug_cu_index and .debug_tu_index sections in DWARF package files
> > are basically hash tables mapping a unit's 8 byte signature to an offset
> >
On Thu, Nov 02, 2023 at 06:04:27PM +0100, Mark Wielaard wrote:
> Hi Omar,
>
> On Wed, 2023-09-27 at 11:20 -0700, Omar Sandoval wrote:
> > libdw and libdwfl currently save the path of the directory containing
> > the ELF file to use when searching for alt and dwo files. To search for
> > dwp files
On Thu, Nov 02, 2023 at 08:56:14PM +0100, Mark Wielaard wrote:
> Hi Omar,
>
> On Wed, Sep 27, 2023 at 11:20:59AM -0700, Omar Sandoval wrote:
> > Try opening the file in the location suggested by the standard (the
> > skeleton file name + ".dwp") and looking up the unit in the package
> > index. T