Re: [PATCH] libdw: Make __libdw_fde_by_offset static in libdw/fde.c

2025-06-02 Thread Aaron Merey
Hi Mark, On Sat, May 31, 2025 at 6:17 PM Mark Wielaard wrote: > > __libdw_fde_by_offset is marked as an extern internal function in > libdw/cfi.h (a not public header file). But it is (now) only used in > libdw/fde.c, called from __libdw_find_fde. It was originally used for > dwarf_cfi_validate_f

[PATCH] libdw: Make __libdw_fde_by_offset static in libdw/fde.c

2025-05-31 Thread Mark Wielaard
__libdw_fde_by_offset is marked as an extern internal function in libdw/cfi.h (a not public header file). But it is (now) only used in libdw/fde.c, called from __libdw_find_fde. It was originally used for dwarf_cfi_validate_fde, but that function was deleted and never made public. So simplify thing