Re: [PATCH] Take latest of archive and file mtime

2025-03-17 Thread LluĂ­s Batlle i Rossell
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

[PATCH 3/9 v4] libdwP.h: Add locking to str_offsets_base_off

2025-03-17 Thread Aaron Merey
* 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

Re: [PATCH 01/13] libebl [1/13]: api for perf register handling, start with x86_64

2025-03-17 Thread Serhei Makarov
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, > +

[PATCH] Add 'Key to Flags' to eu-readelf output [bz 29571]

2025-03-17 Thread Samuel Zeter
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

[Bug general/29571] Add 'Key to Flags' to eu-readelf output

2025-03-17 Thread samuelzeter at gmail dot com
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

[Bug general/29571] Add 'Key to Flags' to eu-readelf output

2025-03-17 Thread samuelzeter at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29571 Sam Zeter changed: What|Removed |Added CC||samuelzeter at gmail dot com --- Comment