]> sourceware.org Git - glibc.git/commitdiff
elf: Remove _DL_HWCAP_PLATFORM
authorStefan Liebler <stli@linux.ibm.com>
Fri, 7 Jun 2024 11:42:40 +0000 (13:42 +0200)
committerStefan Liebler <stli@linux.ibm.com>
Tue, 18 Jun 2024 08:45:36 +0000 (10:45 +0200)
Remove the definitions of _DL_HWCAP_PLATFORM as those are not used
anymore after removal in elf/dl-cache.c:search_cache().
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
sysdeps/alpha/dl-procinfo.h
sysdeps/csky/dl-procinfo.h
sysdeps/generic/dl-procinfo.h
sysdeps/mips/dl-procinfo.h
sysdeps/powerpc/dl-procinfo.h
sysdeps/s390/dl-procinfo.h
sysdeps/sparc/dl-procinfo.h
sysdeps/unix/sysv/linux/aarch64/dl-procinfo.h
sysdeps/unix/sysv/linux/arm/dl-procinfo.h
sysdeps/x86/dl-procinfo.h

index bc4db868a9f59acafb28f7d6f45a27bd5e65fb52..90f83ec24e556127562cb8817a1ea8a52e086156 100644 (file)
@@ -22,9 +22,6 @@
 #include <ldsodefs.h>
 
 
-/* Mask to filter out platforms.  */
-#define _DL_HWCAP_PLATFORM    (-1ULL)
-
 #define _DL_PLATFORMS_COUNT   5
 
 /* We cannot provide a general printing function.  */
index a54e8de4464481e7ff7d6a799a3707989414a885..803441f52c0580cd7a9e1fda583814a15e5d147c 100644 (file)
@@ -22,8 +22,6 @@
 
 #include <ldsodefs.h>
 
-/* Mask to filter out platforms.  */
-#define _DL_HWCAP_PLATFORM    (-1ULL)
 
 #define _DL_PLATFORMS_COUNT   4
 
index 00e1ae7b2f3dcdda94e6fe618461db8627a01221..1778fd1057e6db6611f7dabe8e6b0f350ae0f133 100644 (file)
@@ -28,9 +28,6 @@
 /* By default there is no important hardware capability.  */
 #define HWCAP_IMPORTANT (0)
 
-/* There're no platforms to filter out.  */
-#define _DL_HWCAP_PLATFORM 0
-
 /* We don't have any hardware capabilities.  */
 #define _DL_HWCAP_COUNT 0
 
index 319943439084b5ec97b5528ee31a24496b973664..7185542eac9e06061edcfc03d6bdff0684f67a5e 100644 (file)
@@ -22,9 +22,6 @@
 #include <ldsodefs.h>
 
 
-/* Mask to filter out platforms.  */
-#define _DL_HWCAP_PLATFORM    (-1ULL)
-
 #define _DL_PLATFORMS_COUNT   4
 
 /* We cannot provide a general printing function.  */
index b36697ba440654bed353ea4eae8c80c44be9a2a0..5b628a27cadc862fd0628c2dc627de9f9b5eb2b0 100644 (file)
@@ -41,9 +41,6 @@
 #define _DL_PLATFORMS_COUNT    17
 
 #define _DL_FIRST_PLATFORM     32
-/* Mask to filter out platforms.  */
-#define _DL_HWCAP_PLATFORM     (((1ULL << _DL_PLATFORMS_COUNT) - 1) \
-                               << _DL_FIRST_PLATFORM)
 
 /* Platform bits (relative to _DL_FIRST_PLATFORM).  */
 #define PPC_PLATFORM_POWER4            0
index 63c9889f947b651ff670dfefdca14b4a2ec7b1fa..bb5f9c7863d04fe612d4d207191adb241881afd1 100644 (file)
@@ -27,9 +27,6 @@ extern const char _dl_s390_cap_flags[_DL_HWCAP_COUNT][9] attribute_hidden;
 
 /* The kernel provides up to 32 capability bits with elf_hwcap.  */
 #define _DL_FIRST_PLATFORM     32
-/* Mask to filter out platforms.  */
-#define _DL_HWCAP_PLATFORM     (((1ULL << _DL_PLATFORMS_COUNT) - 1) \
-                                << _DL_FIRST_PLATFORM)
 
 /* Hardware capability bit numbers are derived directly from the
    facility indications as stored by the "store facility list" (STFL)
index dbb1a4d324e2bcf0fe4f6d8aa03d793b1ee93339..bd1cb65596b956f6605d6c110a243bc9d6e82fab 100644 (file)
@@ -57,7 +57,4 @@ _dl_hwcap_string (int idx)
 #define HWCAP_IMPORTANT                (HWCAP_IMPORTANT_V9 | HWCAP_SPARC_ULTRA3 \
                                 | HWCAP_SPARC_BLKINIT | HWCAP_SPARC_N2)
 
-/* There're no platforms to filter out.  */
-#define _DL_HWCAP_PLATFORM 0
-
 #endif /* dl-procinfo.h */
index 0ed89c5e41831b67b5208dce6dedbff14e492e57..17893a52254c8cb11da3f45c2c6f9cb4fe66a73a 100644 (file)
@@ -37,7 +37,4 @@ _dl_hwcap_string (int idx)
   return (unsigned)idx < _DL_HWCAP_COUNT ? GLRO(dl_aarch64_cap_flags)[idx] : "";
 };
 
-/* There're no platforms to filter out.  */
-#define _DL_HWCAP_PLATFORM 0
-
 #endif /* dl-procinfo.h */
index 2a1c5985eecc6d46a0c4f42720711dd83f4e9e1a..85422b8edda868533c808951f259d73ddf1c1ec2 100644 (file)
@@ -30,9 +30,6 @@
 /* Low 7 bits are allocated in HWCAP2.  */
 #define _DL_HWCAP2_LAST                6
 
-/* The kernel provides platform data but it is not interesting.  */
-#define _DL_HWCAP_PLATFORM     0
-
 
 static inline const char *
 __attribute__ ((unused))
index b2184b8f5d7e4912e39c3172eaea1895303b5b10..1aa6bad67aa1a157ed95f961011b8b1dc4ee69b1 100644 (file)
@@ -26,8 +26,5 @@
 
 /* Start at 48 to reserve spaces for hardware capabilities.  */
 #define _DL_FIRST_PLATFORM     48
-/* Mask to filter out platforms.  */
-#define _DL_HWCAP_PLATFORM     (((1ULL << _DL_PLATFORMS_COUNT) - 1) \
-                                << _DL_FIRST_PLATFORM)
 
 #endif /* dl-procinfo.h */
This page took 0.047524 seconds and 5 git commands to generate.