The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=451756d1baa8c4e4d1f282dd7bbc05e09cd9d5e5
commit 451756d1baa8c4e4d1f282dd7bbc05e09cd9d5e5 Author: Mateusz Guzik <[email protected]> AuthorDate: 2021-08-23 15:35:28 +0000 Commit: Mateusz Guzik <[email protected]> CommitDate: 2021-08-23 16:11:56 +0000 powerpc: retire bcmp Unused since ba96f37758412151 ("Use __builtin for various mem* and b* (e.g. bzero) routines.") Reviewed by: jhibbits Sponsored by: Rubicon Communications, LLC ("Netgate") --- sys/conf/files.powerpc | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/conf/files.powerpc b/sys/conf/files.powerpc index a57367a23017..5d10740ce41d 100644 --- a/sys/conf/files.powerpc +++ b/sys/conf/files.powerpc @@ -117,7 +117,6 @@ kern/syscalls.c optional ktr kern/subr_sfbuf.c standard libkern/ashldi3.c optional powerpc | powerpcspe libkern/ashrdi3.c optional powerpc | powerpcspe -libkern/bcmp.c standard libkern/bcopy.c standard libkern/cmpdi2.c optional powerpc | powerpcspe libkern/divdi3.c optional powerpc | powerpcspe _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
