[Bug general/30084] New: readelf.c:handle_bit_registers() sets parameter desc without using it.

2023-02-05 Thread dje at sourceware dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=30084 Bug ID: 30084 Summary: readelf.c:handle_bit_registers() sets parameter desc without using it. Product: elfutils Version: unspecified Status: NEW Severity: no

[Bug libdw/30077] Duplicate definition of typedef struct debuginfod_client in libdwfl

2023-02-05 Thread dje at sourceware dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=30077 --- Comment #6 from David Edelsohn --- The error is reported if one configures and builds with Clang. Also, yes, this is a C11 feature, but libdwfl/Makefile.in explicitly invokes the compiler with -std=gnu99 (AM_CFLAGS). -- You are receivin

[Bug libdw/30077] Duplicate definition of typedef struct debuginfod_client in libdwfl

2023-02-04 Thread dje at sourceware dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=30077 --- Comment #3 from David Edelsohn --- The proposed patch in Comment #1 will work. It seems unfortunate for libdwfl.h to define a struct that is part of debuginfod instead of using the debuginfod header. The struct is needed by libdwfl.h to p

[Bug libdw/30077] New: Duplicate definition of typedef struct debuginfod_client in libdwfl

2023-02-03 Thread dje at sourceware dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=30077 Bug ID: 30077 Summary: Duplicate definition of typedef struct debuginfod_client in libdwfl Product: elfutils Version: unspecified Status: NEW Severity: norma