[Bug debuginfod/30991] - srcfiles tarball feature

2024-02-05 Thread amerey at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30991 Aaron Merey changed: What|Removed |Added CC||amerey at redhat dot com St

☝ Buildbot (Sourceware): elfutils - worker cannot substantiate (main)

2024-02-05 Thread builder
A build exception has been detected on builder elfutils-opensusetw-x86_64 while building elfutils. Full details are available at: https://builder.sourceware.org/buildbot/#/builders/88/builds/239 Build state: worker cannot substantiate Revision: (unknown) Worker: bb1-1 Build Reason: (unknown)

Re: [PATCH] PR 30991: srcfiles tarball feature

2024-02-05 Thread Aaron Merey
Thanks Housam, pushed as commit 75fb8c0152. Aaron On Fri, Feb 2, 2024 at 10:51 AM Housam Alamour wrote: > > * srcfiles.cxx: Introduce new --zip option that places all the > source files associated with a specified dwarf/elf file > into a zip file and sends it to stdout. Files may be >

[PATCH] unstrip: Call adjust_relocs no more than once per section.

2024-02-05 Thread Aaron Merey
During symtab merging, adjust_relocs might be called multiple times on some SHT_REL/SHT_RELA sections. In these cases it is possible for a relocation's symbol index to be correctly mapped from X to Y during the first call to adjust_relocs but then wrongly remapped from Y to Z during the second cal