git: 4d6722ec693e - main - libc: don't try to export mexitcount
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 16 Apr 2024 21:14:42 UTC
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 {