Page MenuHomeFreeBSD

Mark MK_PROFILE as broken when targetting mips64
ClosedPublic

Authored by arichardson on Aug 10 2017, 9:15 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 17 2024, 5:37 AM
Unknown Object (File)
Dec 20 2023, 8:27 AM
Unknown Object (File)
Nov 24 2023, 8:58 PM
Unknown Object (File)
Sep 11 2023, 4:33 PM
Unknown Object (File)
Sep 9 2023, 8:29 PM
Unknown Object (File)
Jun 20 2023, 4:21 AM
Unknown Object (File)
Jan 17 2023, 9:48 AM
Unknown Object (File)
Jan 10 2023, 12:38 PM

Details

Summary

The assembly in sys/mips/include/profile.h will only work for o32 ABI.
I initially turned _mcount into a stub that calls abort() in
https://github.com/CTSRD-CHERI/cheribsd/commit/0f800913c4fcc08125b870e7.
However, jhb@ suggestedthat not building profiling on MIPS64 is the better solution.
I currently have 11912 .po files in my build directory so disabling profile support
should also noticeably speed up the build.

Obtained from: CheriBSD (https://github.com/CTSRD-CHERI/cheribsd/commit/cfa27e6a3d697b59f0fb8215f824c3fc976fbf5e)

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable