aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic
diff options
context:
space:
mode:
authorWilco Dijkstra <wilco.dijkstra@arm.com>2025-02-28 16:52:25 +0000
committerWilco Dijkstra <wilco.dijkstra@arm.com>2025-02-28 16:55:18 +0000
commite5893e6349541d871e8a25120bca014551d13ff5 (patch)
tree37bddfd525c777b29f40b06faee20a8ea5478706 /sysdeps/generic
parentc0f380c465915faf30dbd10acccdf8b1affda083 (diff)
downloadglibc-e5893e6349541d871e8a25120bca014551d13ff5.tar.xz
glibc-e5893e6349541d871e8a25120bca014551d13ff5.zip
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>
Diffstat (limited to 'sysdeps/generic')
-rw-r--r--sysdeps/generic/dl-procinfo.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sysdeps/generic/dl-procinfo.h b/sysdeps/generic/dl-procinfo.h
index 7a63c43ea9..057a4ae362 100644
--- a/sysdeps/generic/dl-procinfo.h
+++ b/sysdeps/generic/dl-procinfo.h
@@ -22,10 +22,4 @@
/* We cannot provide a general printing function. */
#define _dl_procinfo(type, word) -1
-/* There are no hardware capabilities defined. */
-#define _dl_hwcap_string(idx) ""
-
-/* We don't have any hardware capabilities. */
-#define _DL_HWCAP_COUNT 0
-
#endif /* dl-procinfo.h */