Date: Tue, 12 Apr 2022 17:11:11 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 263102] [exp-run] Purging cdefs macros from FreeBSD Message-ID: <bug-263102-7788-Iqvg19pDWi@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-263102-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-263102-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D263102 --- Comment #11 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3Df08613087a9756886a1f219b67b0e79a1= efd5e8c commit f08613087a9756886a1f219b67b0e79a1efd5e8c Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2022-04-12 17:06:09 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2022-04-12 17:06:09 +0000 Remove checks for __CC_SUPPORTS__INLINE assuming it is always true. All supported compilers (modern versions of GCC and clang) support this. PR: 263102 (exp-run) Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D34802 sys/amd64/include/cpufunc.h | 69 ------------------------------------------ sys/dev/ce/machdep.h | 6 +--- sys/dev/cp/machdep.h | 6 +--- sys/i386/include/cpufunc.h | 74 -----------------------------------------= ---- 4 files changed, 2 insertions(+), 153 deletions(-) --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-263102-7788-Iqvg19pDWi>