]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
libc: don't try to export mexitcount
authorBrooks Davis <brooks@FreeBSD.org>
Tue, 16 Apr 2024 17:01:35 +0000 (18:01 +0100)
committerBrooks Davis <brooks@FreeBSD.org>
Tue, 16 Apr 2024 21:14:20 +0000 (22:14 +0100)
commit4d6722ec693e5561f2cb3bd84f082b23efc2c15e
tree38feed7e8769b1293123b438a17139e1f78c1b18
parent1b10a30539c5b3e1a73352e661e7abfd2f53fead
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