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
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
https://sourceware.org/bugzilla/show_bug.cgi?id=32864
Aaron Merey changed:
What|Removed |Added
CC||amerey at redhat dot com
--- Comment #2
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