https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125182
Wilco <wilco at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wilco at gcc dot gnu.org
--- Comment #9 from Wilco <wilco at gcc dot gnu.org> ---
It should be easy to add the
#if __has_include(<asm/hwcap.h>)
back in if that is what worked in the past (or use __gnu_linux__).
Should there be a #elif that includes a different header for FreeBSD? Does it
support the ABI for ifuncs?
How is the similar issue resolved for libgcc/config/aarch64/lse-init.c?