From: Paul Floyd Date: Sat, 20 Jan 2024 17:53:01 +0000 (+0100) Subject: FreeBSD: revert a change for debugging ifunctions and correct a couple of typos X-Git-Tag: VALGRIND_3_23_0~205 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbb8570bcb4b9ea792a972064e470f587b1a4eaa;p=thirdparty%2Fvalgrind.git FreeBSD: revert a change for debugging ifunctions and correct a couple of typos --- diff --git a/coregrind/m_sigframe/sigframe-x86-freebsd.c b/coregrind/m_sigframe/sigframe-x86-freebsd.c index 12f51e385c..6f07c28ee8 100644 --- a/coregrind/m_sigframe/sigframe-x86-freebsd.c +++ b/coregrind/m_sigframe/sigframe-x86-freebsd.c @@ -99,7 +99,7 @@ struct sigframe { /* * The following 7 members are roughly the same as - * 'stuct sigframe' in x86/sigrame.h + * 'struct sigframe' in x86/sigframe.h */ Int sigNo; Addr psigInfo; /* code or pointer to sigContext */ diff --git a/coregrind/vg_preloaded.c b/coregrind/vg_preloaded.c index 7986eeec52..1c727966f3 100644 --- a/coregrind/vg_preloaded.c +++ b/coregrind/vg_preloaded.c @@ -238,7 +238,7 @@ void VG_REPLACE_FUNCTION_ZU(libSystemZdZaZddylib, arc4random_addrandom)(unsigned #elif defined(VGO_freebsd) -#if (FREEBSD_VERS >= FREEBSD_13) +#if (FREEBSD_VERS >= FREEBSD_14) void * VG_NOTIFY_ON_LOAD(ifunc_wrapper) (void); void * VG_NOTIFY_ON_LOAD(ifunc_wrapper) (void)