Re: [PATCH] libdw: Add Nim language and dwarf_srclang tests

2025-04-10 Thread Aaron Merey
Hi Mark, On Wed, Apr 2, 2025 at 8:50 AM Mark Wielaard wrote: > > DW_LANG_Nim and DW_LNAME_Nim were added to the DWARF languages. > > While adding them, and the default lower bounds, I noticed DW_LANG_V > and DW_LANG_Algol68 where missing in srclang_to_language an internal > helper function. > > T

Re: [PATCH v2] libdwfl: resolve all paths relative to sysroot

2025-04-10 Thread Aaron Merey
Hi Michal, On Tue, Apr 1, 2025 at 2:56 PM Michal Sekletar wrote: > > Whenever possible, resolve all symlinks as if the sysroot path were a > chroot environment. This prevents potential interactions with files from > the host filesystem. > > Signed-off-by: Michal Sekletar > --- > configure.ac

[Bug tools/32864] "eu-readelf: bad dynamic symbol" error on ELF without DT_VERSYM

2025-04-10 Thread amerey at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32864 Aaron Merey changed: What|Removed |Added CC||amerey at redhat dot com --- Comment #2

[PATCH] src/readelf.c: Access symbol and version data only if available

2025-04-10 Thread Aaron Merey
handle_dynamic_symtab can attempt to read symbol and version data from file offset 0 if the associated DT_ tags aren't found. Fix this by only reading symbol and version data when non-zero file offsets have been found. https://sourceware.org/bugzilla/show_bug.cgi?id=32864 Suggested-by: Constanti