From 5ab1e53f07f47c0343f3e4256df42128c3bc172e Mon Sep 17 00:00:00 2001 From: Paul Floyd Date: Sun, 13 Nov 2022 07:39:43 +0100 Subject: [PATCH] Manual: add FreeBSD to section about Linux stack cache Use macOS rather than Mac OS X --- docs/xml/manual-core.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/xml/manual-core.xml b/docs/xml/manual-core.xml index 8136c2e089..70253e7c31 100644 --- a/docs/xml/manual-core.xml +++ b/docs/xml/manual-core.xml @@ -1622,9 +1622,9 @@ that can report errors, e.g. Memcheck, but not Cachegrind. This option is only relevant when running Valgrind on - Mac OS X. + macOS. - Mac OS X uses a deferred debug information (debuginfo) + macOS uses a deferred debug information (debuginfo) linking scheme. When object files containing debuginfo are linked into a .dylib or an executable, the debuginfo is not copied into the final file. @@ -2225,7 +2225,7 @@ need to use them. This hint is only relevant when running Valgrind on Linux; - it is ignored on Solaris and Mac OS X. + it is ignored on FreeBSD, Solaris and macOS. The GNU glibc pthread library (libpthread.so), which is used by -- 2.47.2