Date: Tue, 16 Apr 2024 21:14:42 GMT From: Brooks Davis <brooks@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 4d6722ec693e - main - libc: don't try to export mexitcount Message-ID: <202404162114.43GLEgoe043683@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/src/commit/?id=4d6722ec693e5561f2cb3bd84f082b23efc2c15e commit 4d6722ec693e5561f2cb3bd84f082b23efc2c15e Author: Brooks Davis <brooks@FreeBSD.org> AuthorDate: 2024-04-16 17:01:35 +0000 Commit: Brooks Davis <brooks@FreeBSD.org> CommitDate: 2024-04-16 21:14:20 +0000 libc: don't try to export mexitcount This requires that mcount.c be compiled with -DGUPROF and we provide no mechanism to do so. Differential Revision: https://reviews.freebsd.org/D44186 --- lib/libc/gmon/Symbol.map | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/libc/gmon/Symbol.map b/lib/libc/gmon/Symbol.map index 7fd880a1b898..573c20020237 100644 --- a/lib/libc/gmon/Symbol.map +++ b/lib/libc/gmon/Symbol.map @@ -2,7 +2,6 @@ FBSD_1.0 { _mcleanup; monstartup; moncontrol; - mexitcount; }; FBSDprivate_1.0 {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404162114.43GLEgoe043683>