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