HomeFreeBSD

Remove checks for __GNUCLIKE_ASM assuming it is always true.

Description

Remove checks for __GNUCLIKE_ASM assuming it is always true.

All supported compilers (modern versions of GCC and clang) support
this.

Many places didn't have an #else so would just silently do the wrong
thing. Ancient versions of icc (the original motivation for this) are
no longer a compiler FreeBSD supports.

PR: 263102 (exp-run)
Reviewed by: brooks, imp
Differential Revision: https://reviews.freebsd.org/D34797

Details

Provenance
jhbAuthored on Apr 12 2022, 5:05 PM
Reviewer
brooks
Differential Revision
D34797: Remove checks for __GNUCLIKE_ASM assuming it is always true.
Parents
rG1c1bf5bd7c1e: x86: Remove silly checks for <sys/cdefs.h>.
Branches
Unknown
Tags
Unknown