On Thu, Mar 13, 2025 at 01:43:25PM -0400, Frank Ch. Eigler wrote:
> Hi -
>
> > [...]
> > Every time you rebuild some packages, the package files are rebuilt with the
> > new contents. When this happens, the new package files will have a newer
> > mtime, but the files inside the archive (elf, sourc
* libdw/dwarf_end.c (cu_free): Free str_off_base_lock.
* libdw/libdwP.h (struct Dwarf_CU): Add str_off_base_lock member.
(str_offsets_base_off): Add locking.
* libdw/libdw_findcu.c (__libdw_intern_next_unit): Initialize
str_off_base_lock.
Signed-off-by: Aaro
On Sun, Mar 16, 2025, at 7:12 PM, Serhei Makarov wrote:
> +bool
> +x86_64_set_initial_registers_sample (const Dwarf_Word *regs, uint32_t
> n_regs,
> + uint64_t regs_mask, uint32_t abi,
> + ebl_tid_registers_t *setfunc,
> +
When printing section headers, also include a key to what each flag
is at the end of the section header output.
Signed-off-by: Samuel Zeter
---
src/readelf.c | 11 +++
1 file changed, 11 insertions(+)
diff --git a/src/readelf.c b/src/readelf.c
index 12d85472..f9c1c742 100644
--- a/src/r
https://sourceware.org/bugzilla/show_bug.cgi?id=29571
--- Comment #6 from Sam Zeter ---
I also noticed in libelf/elf.h that we define these flags but do not print them
in readelf:
#define SHF_MASKOS 0x0ff0 /* OS-specific. */
#define SHF_MASKPROC 0xf000 /* Processor-spe
https://sourceware.org/bugzilla/show_bug.cgi?id=29571
Sam Zeter changed:
What|Removed |Added
CC||samuelzeter at gmail dot com
--- Comment