]> git.ipfire.org Git - thirdparty/gcc.git/commit
libgcc: Cleanup HWCAP defines in cpuinfo.c
authorWilco Dijkstra <wilco.dijkstra@arm.com>
Mon, 28 Apr 2025 16:20:15 +0000 (16:20 +0000)
committerWilco Dijkstra <wilco.dijkstra@arm.com>
Thu, 31 Jul 2025 14:23:46 +0000 (14:23 +0000)
commita6bb6934a491015c4d3f08763455d86ccfb3bcbe
treecf2747d9ac0bb601b242ef5df3d23671a9bd75a1
parent731649066f0fd2e2b2fbfd8668e001c3e91290d6
libgcc: Cleanup HWCAP defines in cpuinfo.c

Cleanup HWCAP defines - rather than including hwcap.h and then repeating it
using ifndef, just define the HWCAPs we need exactly as in hwcap.h.

libgcc:
* config/aarch64/cpuinfo.c: Cleanup HWCAP defines.
libgcc/config/aarch64/cpuinfo.c