#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. */
#include <ldsodefs.h>
-/* Mask to filter out platforms. */
-#define _DL_HWCAP_PLATFORM (-1ULL)
#define _DL_PLATFORMS_COUNT 4
/* 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
#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. */
#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
/* 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)
#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 */
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 */
/* 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))
/* 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 */