Re: [PATCH] libgcc: Add missing HWCAP entries to aarch64/cpuinfo.c

2024-04-02 Thread Richard Sandiford
Wilco Dijkstra writes: > A few HWCAP entries are missing from aarch64/cpuinfo.c. This results in > build errors > on older machines. > > This counts a trivial build fix, but since it's late in stage 4 I'll let > maintainers chip in. > OK for commit? > > libgcc/ > * config/aarch64/cpuinf

[PATCH] libgcc: Add missing HWCAP entries to aarch64/cpuinfo.c

2024-04-02 Thread Wilco Dijkstra
A few HWCAP entries are missing from aarch64/cpuinfo.c. This results in build errors on older machines. This counts a trivial build fix, but since it's late in stage 4 I'll let maintainers chip in. OK for commit? libgcc/ * config/aarch64/cpuinfo.c: Add HWCAP_EVTSTRM, HWCAP_CRC32, HWC