diff options
| author | Wilco Dijkstra <wilco.dijkstra@arm.com> | 2025-02-28 16:52:25 +0000 |
|---|---|---|
| committer | Wilco Dijkstra <wilco.dijkstra@arm.com> | 2025-02-28 16:55:18 +0000 |
| commit | e5893e6349541d871e8a25120bca014551d13ff5 (patch) | |
| tree | 37bddfd525c777b29f40b06faee20a8ea5478706 /sysdeps/unix/sysv/linux/x86_64 | |
| parent | c0f380c465915faf30dbd10acccdf8b1affda083 (diff) | |
| download | glibc-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/unix/sysv/linux/x86_64')
| -rw-r--r-- | sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h b/sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h deleted file mode 100644 index 7b45fe4bf8..0000000000 --- a/sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h +++ /dev/null @@ -1,5 +0,0 @@ -#if IS_IN (ldconfig) -# include <sysdeps/unix/sysv/linux/i386/dl-procinfo.h> -#else -# include <sysdeps/x86/dl-procinfo.h> -#endif |
