aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
diff options
context:
space:
mode:
authorStefan Liebler <stli@linux.ibm.com>2024-06-07 13:42:44 +0200
committerStefan Liebler <stli@linux.ibm.com>2024-06-18 10:45:36 +0200
commite260ceb4aa85dfde1280a80bd6373b11b43266af (patch)
tree649cf6ed867447176da72b43fdceee59964a9f09 /sysdeps/unix
parentad0aa1f54975bd20e30559930ea48a3568441ff4 (diff)
downloadglibc-e260ceb4aa85dfde1280a80bd6373b11b43266af.zip
glibc-e260ceb4aa85dfde1280a80bd6373b11b43266af.tar.gz
glibc-e260ceb4aa85dfde1280a80bd6373b11b43266af.tar.bz2
elf: Remove HWCAP_IMPORTANT
Remove the definitions of HWCAP_IMPORTANT after removal of LD_HWCAP_MASK / tunable glibc.cpu.hwcap_mask. There HWCAP_IMPORTANT was used as default value. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/unix')
-rw-r--r--sysdeps/unix/sysv/linux/aarch64/dl-procinfo.h3
-rw-r--r--sysdeps/unix/sysv/linux/arm/dl-procinfo.h2
2 files changed, 0 insertions, 5 deletions
diff --git a/sysdeps/unix/sysv/linux/aarch64/dl-procinfo.h b/sysdeps/unix/sysv/linux/aarch64/dl-procinfo.h
index 17893a5..b85d4ad 100644
--- a/sysdeps/unix/sysv/linux/aarch64/dl-procinfo.h
+++ b/sysdeps/unix/sysv/linux/aarch64/dl-procinfo.h
@@ -27,9 +27,6 @@
/* We cannot provide a general printing function. */
#define _dl_procinfo(type, word) -1
-/* No additional library search paths. */
-#define HWCAP_IMPORTANT HWCAP_ATOMICS
-
static inline const char *
__attribute__ ((unused))
_dl_hwcap_string (int idx)
diff --git a/sysdeps/unix/sysv/linux/arm/dl-procinfo.h b/sysdeps/unix/sysv/linux/arm/dl-procinfo.h
index 85422b8..7d26216 100644
--- a/sysdeps/unix/sysv/linux/arm/dl-procinfo.h
+++ b/sysdeps/unix/sysv/linux/arm/dl-procinfo.h
@@ -70,6 +70,4 @@ _dl_procinfo (unsigned int type, unsigned long int word)
return 0;
}
-#define HWCAP_IMPORTANT (HWCAP_ARM_VFP | HWCAP_ARM_NEON)
-
#endif /* dl-procinfo.h */