aboutsummaryrefslogtreecommitdiff
path: root/elf
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 /elf
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 'elf')
-rw-r--r--elf/dl-cache.c1
-rw-r--r--elf/dl-diagnostics.c1
-rw-r--r--elf/dl-hwcaps.c1
-rw-r--r--elf/dl-support.c1
-rw-r--r--elf/dl-usage.c1
-rw-r--r--elf/ldconfig.c1
-rw-r--r--elf/rtld.c1
7 files changed, 0 insertions, 7 deletions
diff --git a/elf/dl-cache.c b/elf/dl-cache.c
index 300aa1b6dd..f9ca40de3f 100644
--- a/elf/dl-cache.c
+++ b/elf/dl-cache.c
@@ -21,7 +21,6 @@
#include <ldsodefs.h>
#include <sys/mman.h>
#include <dl-cache.h>
-#include <dl-procinfo.h>
#include <stdint.h>
#include <_itoa.h>
#include <dl-hwcaps.h>
diff --git a/elf/dl-diagnostics.c b/elf/dl-diagnostics.c
index fb2cfbeeb8..abb644314d 100644
--- a/elf/dl-diagnostics.c
+++ b/elf/dl-diagnostics.c
@@ -24,7 +24,6 @@
#include <dl-diagnostics.h>
#include <dl-hwcaps.h>
#include <dl-main.h>
-#include <dl-procinfo.h>
#include <dl-sysdep.h>
#include <ldsodefs.h>
#include "trusted-dirs.h"
diff --git a/elf/dl-hwcaps.c b/elf/dl-hwcaps.c
index e3d24fba1b..66060d7bb5 100644
--- a/elf/dl-hwcaps.c
+++ b/elf/dl-hwcaps.c
@@ -23,7 +23,6 @@
#include <unistd.h>
#include <ldsodefs.h>
-#include <dl-procinfo.h>
#include <dl-hwcaps.h>
/* This is the result of counting the substrings in a colon-separated
diff --git a/elf/dl-support.c b/elf/dl-support.c
index a7d5a5e8ab..c7860f327a 100644
--- a/elf/dl-support.c
+++ b/elf/dl-support.c
@@ -35,7 +35,6 @@
#include <dl-machine.h>
#include <libc-lock.h>
#include <dl-cache.h>
-#include <dl-procinfo.h>
#include <unsecvars.h>
#include <hp-timing.h>
#include <stackinfo.h>
diff --git a/elf/dl-usage.c b/elf/dl-usage.c
index c6d13ac2ee..31b27e5ea6 100644
--- a/elf/dl-usage.c
+++ b/elf/dl-usage.c
@@ -22,7 +22,6 @@
#include <unistd.h>
#include "version.h"
-#include <dl-procinfo.h>
#include <dl-hwcaps.h>
void
diff --git a/elf/ldconfig.c b/elf/ldconfig.c
index 1432187e9b..39b154c72c 100644
--- a/elf/ldconfig.c
+++ b/elf/ldconfig.c
@@ -45,7 +45,6 @@
#include <dl-hwcaps.h>
#include <dl-is_dso.h>
-#include <dl-procinfo.h>
#ifndef LD_SO_CONF
# define LD_SO_CONF SYSCONFDIR "/ld.so.conf"
diff --git a/elf/rtld.c b/elf/rtld.c
index 115f1da37f..00b25c1a73 100644
--- a/elf/rtld.c
+++ b/elf/rtld.c
@@ -35,7 +35,6 @@
#include <unsecvars.h>
#include <dl-cache.h>
#include <dl-osinfo.h>
-#include <dl-procinfo.h>
#include <dl-prop.h>
#include <dl-vdso.h>
#include <dl-vdso-setup.h>