29e444
From af071af18c3bb13ba0eb48cde35ea5cdbff87b95 Mon Sep 17 00:00:00 2001
29e444
From: "Ryan S. Arnold" <rsa@linux.vnet.ibm.com>
29e444
Date: Wed, 26 Jun 2013 08:50:20 -0500
29e444
Subject: [PATCH 38/42] Add AT_HWCAP2 as a new auxv_t a_type to elf.h. (cherry
29e444
 picked from commit
29e444
 c18c701d030e28698e6faee9c6d3b8b80d0e2302)
29e444
29e444
---
29e444
 elf/elf.h | 5 ++++-
29e444
 2 files changed, 8 insertions(+), 1 deletion(-)
29e444
12745e
diff --git glibc-2.17-c758a686/elf/elf.h glibc-2.17-c758a686/elf/elf.h
29e444
index b07e6ad..8686fd5 100644
12745e
--- glibc-2.17-c758a686/elf/elf.h
12745e
+++ glibc-2.17-c758a686/elf/elf.h
29e444
@@ -987,7 +987,7 @@ typedef struct
29e444
 
29e444
 /* Some more special a_type values describing the hardware.  */
29e444
 #define AT_PLATFORM	15		/* String identifying platform.  */
29e444
-#define AT_HWCAP	16		/* Machine dependent hints about
29e444
+#define AT_HWCAP	16		/* Machine-dependent hints about
29e444
 					   processor capabilities.  */
29e444
 
29e444
 /* This entry gives some information about the FPU initialization
29e444
@@ -1009,6 +1009,9 @@ typedef struct
29e444
 
29e444
 #define AT_RANDOM	25		/* Address of 16 random bytes.  */
29e444
 
29e444
+#define AT_HWCAP2	26		/* More machine-dependent hints about
29e444
+					   processor capabilities.  */
29e444
+
29e444
 #define AT_EXECFN	31		/* Filename of executable.  */
29e444
 
29e444
 /* Pointer to the global system page used for system calls and other
29e444
-- 
29e444
1.7.11.7
29e444