Hi Heather, On Tue, Oct 10, 2023 at 03:42:58PM +0200, Mark Wielaard wrote: > > * libdw/cie.c: Add eu-search.h and remove search.h. > Change calls of tsearch/tfind to eu_tsearch/eu_tfind. > * libdw/dwarf_getlocation.c: Likewise. > * libdw/dwarf_getmacros.c: Likewise. > * libdw/dwarf_getsrclines.c: Likewise. > * libdw/fde.c: Likewise. > * libdwfl/cu.c: Likewise.
These all look good. Just have to think about whether the global static lock currently used in eu-search is the right approach. Cheers, Mark