Add AT_HWCAP2 as a new auxv_t a_type to elf.h.

This commit is contained in:
Ryan S. Arnold 2013-06-26 08:50:20 -05:00
parent 89756a8cdb
commit c18c701d03
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-06-26 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
* elf/elf.h (AT_HWCAP2): Add a new a_type entry.
2013-06-25 Richard Henderson <rth@redhat.com>
* locale/programs/locarchive.c: Include <libc-internal.h>

View File

@ -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