From: Ryan S. Arnold Date: Wed, 26 Jun 2013 13:50:20 +0000 (-0500) Subject: Add AT_HWCAP2 as a new auxv_t a_type to elf.h. X-Git-Tag: glibc-2.18~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c18c701d030e28698e6faee9c6d3b8b80d0e2302;p=thirdparty%2Fglibc.git Add AT_HWCAP2 as a new auxv_t a_type to elf.h. --- diff --git a/ChangeLog b/ChangeLog index 56bf1da4275..8bc2ddc26bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-06-26 Ryan S. Arnold + + * elf/elf.h (AT_HWCAP2): Add a new a_type entry. + 2013-06-25 Richard Henderson * locale/programs/locarchive.c: Include diff --git a/elf/elf.h b/elf/elf.h index 4ad4f399999..f372271edee 100644 --- a/elf/elf.h +++ b/elf/elf.h @@ -993,7 +993,7 @@ typedef struct /* Some more special a_type values describing the hardware. */ #define AT_PLATFORM 15 /* String identifying platform. */ -#define AT_HWCAP 16 /* Machine dependent hints about +#define AT_HWCAP 16 /* Machine-dependent hints about processor capabilities. */ /* This entry gives some information about the FPU initialization @@ -1015,6 +1015,9 @@ typedef struct #define AT_RANDOM 25 /* Address of 16 random bytes. */ +#define AT_HWCAP2 26 /* More machine-dependent hints about + processor capabilities. */ + #define AT_EXECFN 31 /* Filename of executable. */ /* Pointer to the global system page used for system calls and other