Re: [PATCH 14/16] libdw,libdwfl: Use eu-search for thread-safety

2023-10-12 Thread Mark Wielaard
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. >

[PATCH 14/16] libdw,libdwfl: Use eu-search for thread-safety

2023-10-10 Thread Mark Wielaard
From: Heather McIntyre * 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. * lib