Date: Wed, 27 Nov 2024 18:01:37 GMT From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: c0faaa14d77d - main - intro(3): remove profiling libs Message-ID: <202411271801.4ARI1b2M039403@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=c0faaa14d77d9d4e7d7aaf67429ef5d985aaddda commit c0faaa14d77d9d4e7d7aaf67429ef5d985aaddda Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2024-11-27 17:59:03 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2024-11-27 18:01:15 +0000 intro(3): remove profiling libs We no longer have libc_p.a or libm_p.a. Fixes: 3750ccefb862 ("Retire MK_PROFILE infrastructure") Sponsored by: The FreeBSD Foundation --- share/man/man3/intro.3 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/share/man/man3/intro.3 b/share/man/man3/intro.3 index 39897eb565cd..0cecdcab4069 100644 --- a/share/man/man3/intro.3 +++ b/share/man/man3/intro.3 @@ -24,7 +24,7 @@ .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. -.Dd November 16, 2023 +.Dd November 27, 2024 .Dt INTRO 3 .Os .Sh NAME @@ -268,12 +268,8 @@ See .Bl -tag -width /usr/lib/libm_p.a -compact .It Pa /usr/lib/libc.a the C library -.It Pa /usr/lib/libc_p.a -the C library compiled for profiling .It Pa /usr/lib/libm.a the math library -.It Pa /usr/lib/libm_p.a -the math library compiled for profiling .El .Sh LIBRARY TYPES The system libraries are located in
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411271801.4ARI1b2M039403>