mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
Add Arm HWCAP values from Linux 6.2 to bits/hwcap.h
Linux 6.2 adds six new Arm HWCAP values and two new HWCAP2 values; add them to glibc's Arm bits/hwcap.h, with corresponding dl-procinfo.c and dl-procinfo.h updates. Tested with build-many-glibcs.py for arm-linux-gnueabi.
This commit is contained in:
@ -24,11 +24,11 @@
|
||||
|
||||
#define _DL_HWCAP_COUNT 27
|
||||
|
||||
/* Low 22 bits are allocated in HWCAP. */
|
||||
#define _DL_HWCAP_LAST 21
|
||||
/* Low 28 bits are allocated in HWCAP. */
|
||||
#define _DL_HWCAP_LAST 27
|
||||
|
||||
/* Low 5 bits are allocated in HWCAP2. */
|
||||
#define _DL_HWCAP2_LAST 4
|
||||
/* 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
|
||||
|
Reference in New Issue
Block a user