1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

Remove unused dl-procinfo.h

Remove unused _dl_hwcap_string defines.  As a result many dl-procinfo.h headers
can be removed.  This also removes target specific _dl_procinfo implementations
which only printed HWCAP strings using dl_hwcap_string.

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
This commit is contained in:
Wilco Dijkstra
2025-02-28 16:52:25 +00:00
parent c0f380c465
commit e5893e6349
29 changed files with 9 additions and 724 deletions

View File

@@ -18,8 +18,9 @@
<https://www.gnu.org/licenses/>. */
#include <unistd.h>
#include <dl-procinfo.h>
#include <cpu-features.h>
#include <ldsodefs.h>
#include <sys/auxv.h>
#define s390_libc_ifunc_expr_stfle_init() \
const unsigned long long *stfle_bits = features->stfle_bits;