diff options
| author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2025-02-26 17:11:44 +0000 |
|---|---|---|
| committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2025-03-05 11:22:09 -0300 |
| commit | 1d60b9dfdab411a0cd8856adffc5124c86cde5e1 (patch) | |
| tree | 763675c0d14861a77744ada76f2d79d21cf4f105 /sysdeps/i386/fpu/feupdateenv.c | |
| parent | 2fd580ea465d1a74214546d59714f662e74b3022 (diff) | |
| download | glibc-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/i386/fpu/feupdateenv.c')
| -rw-r--r-- | sysdeps/i386/fpu/feupdateenv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/i386/fpu/feupdateenv.c b/sysdeps/i386/fpu/feupdateenv.c index 38ae5f4993..89b000953a 100644 --- a/sysdeps/i386/fpu/feupdateenv.c +++ b/sysdeps/i386/fpu/feupdateenv.c @@ -18,7 +18,6 @@ #include <fenv.h> #include <unistd.h> -#include <dl-procinfo.h> #include <ldsodefs.h> int |
