diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2025-02-26 17:09:50 +0000 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2025-03-05 11:22:09 -0300 |
commit | 2fd580ea465d1a74214546d59714f662e74b3022 (patch) | |
tree | e3e4638ededc63306a426524e604e10ec10f0fb5 /sysdeps/unix/sysv/linux/powerpc | |
parent | a768993c10c64eeea0d4b9997db0bd3e48e868be (diff) | |
download | glibc-2fd580ea465d1a74214546d59714f662e74b3022.zip glibc-2fd580ea465d1a74214546d59714f662e74b3022.tar.gz glibc-2fd580ea465d1a74214546d59714f662e74b3022.tar.bz2 |
powerpc: Remove unused dl-procinfo.h
The _dl_string_platform is moved to hwcapinfo.h, since it is only used
by hwcapinfo.c and test-get_hwcap internal test.
Checked on powerpc64le-linux-gnu.
Reviewed-by: Peter Bergner <bergner@linux.ibm.com>
Diffstat (limited to 'sysdeps/unix/sysv/linux/powerpc')
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/cpu-features.c | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/elision-conf.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/cpu-features.c b/sysdeps/unix/sysv/linux/powerpc/cpu-features.c index 520ccaa..88fe55f 100644 --- a/sysdeps/unix/sysv/linux/powerpc/cpu-features.c +++ b/sysdeps/unix/sysv/linux/powerpc/cpu-features.c @@ -24,6 +24,7 @@ #include <dl-hwcap-info.h> #include <unistd.h> #include <string.h> +#include <ldsodefs.h> static void set_hwcap_bit (unsigned long int *hwcap, bool disable, unsigned long int tcb_value, unsigned int value) diff --git a/sysdeps/unix/sysv/linux/powerpc/elision-conf.c b/sysdeps/unix/sysv/linux/powerpc/elision-conf.c index e42a19e..fe98c6b 100644 --- a/sysdeps/unix/sysv/linux/powerpc/elision-conf.c +++ b/sysdeps/unix/sysv/linux/powerpc/elision-conf.c @@ -21,6 +21,7 @@ #include <elision-conf.h> #include <unistd.h> #include <dl-procinfo.h> +#include <ldsodefs.h> #define TUNABLE_NAMESPACE elision #include <elf/dl-tunables.h> |