mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
(HWCAP_CHECK): Fix access to _dl_hwcap.
This commit is contained in:
@ -220,7 +220,7 @@ _dl_load_cache_lookup (const char *name)
|
|||||||
hwcap = &_dl_hwcap;
|
hwcap = &_dl_hwcap;
|
||||||
|
|
||||||
#define HWCAP_CHECK \
|
#define HWCAP_CHECK \
|
||||||
if (hwcap && (cache_new->libs[middle].hwcap & *hwcap) > _dl_hwcap) \
|
if (hwcap && (cache_new->libs[middle].hwcap & *hwcap) > *hwcap) \
|
||||||
continue
|
continue
|
||||||
SEARCH_CACHE (cache_new);
|
SEARCH_CACHE (cache_new);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user