aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/dl-sysdep.c
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/unix/sysv/linux/dl-sysdep.c
parent2fd580ea465d1a74214546d59714f662e74b3022 (diff)
downloadglibc-1d60b9dfdab411a0cd8856adffc5124c86cde5e1.zip
glibc-1d60b9dfdab411a0cd8856adffc5124c86cde5e1.tar.gz
glibc-1d60b9dfdab411a0cd8856adffc5124c86cde5e1.tar.bz2
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/unix/sysv/linux/dl-sysdep.c')
-rw-r--r--sysdeps/unix/sysv/linux/dl-sysdep.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sysdeps/unix/sysv/linux/dl-sysdep.c b/sysdeps/unix/sysv/linux/dl-sysdep.c
index b746ac2..544902e 100644
--- a/sysdeps/unix/sysv/linux/dl-sysdep.c
+++ b/sysdeps/unix/sysv/linux/dl-sysdep.c
@@ -21,7 +21,6 @@
#include <dl-auxv.h>
#include <dl-osinfo.h>
#include <dl-parse_auxv.h>
-#include <dl-procinfo.h>
#include <dl-tunables.h>
#include <elf.h>
#include <errno.h>
@@ -222,10 +221,6 @@ _dl_show_auxv (void)
assert (AT_NULL == 0);
assert (AT_IGNORE == 1);
- /* Some entries are handled in a special way per platform. */
- if (_dl_procinfo (av->a_type, av->a_un.a_val) == 0)
- continue;
-
if (idx < sizeof (auxvars) / sizeof (auxvars[0])
&& auxvars[idx].form != unknown)
{