Bug 473870 - FreeBSD 14 applications fail early at startup
commitc934430d56c2add25002ea8e321bd8bdab80fc99
authorPaul Floyd <pjfloyd@wanadoo.fr>
Thu, 31 Aug 2023 13:32:21 +0000 (31 15:32 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Thu, 31 Aug 2023 13:44:16 +0000 (31 15:44 +0200)
treed251ae3de8ac33137c5544df51d40981b5d9b360
parentacf2c99ec39f3301e51152b1e78156616e8d6129
Bug 473870 - FreeBSD 14 applications fail early at startup

FreeBSD recently started adding some functions using @gnu_indirect_function,
specifically strpcmp which was causing this crash.

When running and encountering this ifunc Valgrind looked for the
ifunc_handler. But there wasn't one for FreeBSD so Valgrind asserted.
NEWS
coregrind/vg_preloaded.c