aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/aarch64/dl-procinfo.h
diff options
context:
space:
mode:
authorStefan Liebler <stli@linux.ibm.com>2024-06-07 13:42:38 +0200
committerStefan Liebler <stli@linux.ibm.com>2024-06-18 10:45:36 +0200
commit8faada830227aeb1a17117cbf8b94d9be0f5ffe1 (patch)
treee1ff447f451f1d1710cd0e62f5190c0280aaeb45 /sysdeps/unix/sysv/linux/aarch64/dl-procinfo.h
parentc5aa5fd40adc81c4f0b18e01f329aeaf86518c7b (diff)
downloadglibc-8faada830227aeb1a17117cbf8b94d9be0f5ffe1.zip
glibc-8faada830227aeb1a17117cbf8b94d9be0f5ffe1.tar.gz
glibc-8faada830227aeb1a17117cbf8b94d9be0f5ffe1.tar.bz2
elf: Remove _dl_string_platform
Despite of powerpc where the returned integer is stored in tcb, and the diagnostics output, there is no user anymore. Thus this patch removes the diagnostics output and _dl_string_platform for all other platforms. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/unix/sysv/linux/aarch64/dl-procinfo.h')
-rw-r--r--sysdeps/unix/sysv/linux/aarch64/dl-procinfo.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/aarch64/dl-procinfo.h b/sysdeps/unix/sysv/linux/aarch64/dl-procinfo.h
index 6a3fb78..0ed89c5 100644
--- a/sysdeps/unix/sysv/linux/aarch64/dl-procinfo.h
+++ b/sysdeps/unix/sysv/linux/aarch64/dl-procinfo.h
@@ -40,6 +40,4 @@ _dl_hwcap_string (int idx)
/* There're no platforms to filter out. */
#define _DL_HWCAP_PLATFORM 0
-#define _dl_string_platform(str) (-1)
-
#endif /* dl-procinfo.h */