aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2025-02-26 17:11:44 +0000
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2025-03-05 11:22:09 -0300
commit1d60b9dfdab411a0cd8856adffc5124c86cde5e1 (patch)
tree763675c0d14861a77744ada76f2d79d21cf4f105 /sysdeps/powerpc
parent2fd580ea465d1a74214546d59714f662e74b3022 (diff)
downloadglibc-1d60b9dfdab411a0cd8856adffc5124c86cde5e1.tar.xz
glibc-1d60b9dfdab411a0cd8856adffc5124c86cde5e1.zip
Remove dl-procinfo.h
powerpc was the only architecture with arch-specific hooks for LD_SHOW_AUXV, and with the information moved to ld diagnostics there is no need to keep the _dl_procinfo hook. Checked with a build for all affected ABIs. Reviewed-by: Peter Bergner <bergner@linux.ibm.com>
Diffstat (limited to 'sysdeps/powerpc')
-rw-r--r--sysdeps/powerpc/fpu/math_private.h1
-rw-r--r--sysdeps/powerpc/hwcapinfo.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/powerpc/fpu/math_private.h b/sysdeps/powerpc/fpu/math_private.h
index 7065d276c0..a87ed62c42 100644
--- a/sysdeps/powerpc/fpu/math_private.h
+++ b/sysdeps/powerpc/fpu/math_private.h
@@ -21,7 +21,6 @@
#include <sysdep.h>
#include <ldsodefs.h>
-#include <dl-procinfo.h>
#include_next <math_private.h>
diff --git a/sysdeps/powerpc/hwcapinfo.c b/sysdeps/powerpc/hwcapinfo.c
index ca9277bb1e..72e65ac7a0 100644
--- a/sysdeps/powerpc/hwcapinfo.c
+++ b/sysdeps/powerpc/hwcapinfo.c
@@ -18,7 +18,6 @@
#include <unistd.h>
#include <shlib-compat.h>
-#include <dl-procinfo.h>
#include <cpu-features.c>
tcbhead_t __tcb __attribute__ ((visibility ("hidden")));