mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
elf: Remove _DL_HWCAP_PLATFORM
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>
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user