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