summary refs log tree commit diff stats
path: root/include/elf.h
diff options
context:
space:
mode:
authorEric Farman <farman@linux.vnet.ibm.com>2014-11-12 14:22:55 -0500
committerCornelia Huck <cornelia.huck@de.ibm.com>2015-05-27 17:52:03 +0200
commiteeef559ab4a80753b7bf31728780692a3a4e3ec1 (patch)
tree32aded3b28ec8b6123fcd908070901d193819518 /include/elf.h
parent56c42271495fc5f6c5bd70c4309a74b425c5cbda (diff)
downloadfocaccia-qemu-eeef559ab4a80753b7bf31728780692a3a4e3ec1.tar.gz
focaccia-qemu-eeef559ab4a80753b7bf31728780692a3a4e3ec1.zip
linux/elf.h update
Sync with kernel elf.h updates to get s390x vector register definitions.

Signed-off-by: Eric Farman <farman@linux.vnet.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Diffstat (limited to 'include/elf.h')
-rw-r--r--include/elf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/elf.h b/include/elf.h
index 3e75f05afd..4afd474d5a 100644
--- a/include/elf.h
+++ b/include/elf.h
@@ -1456,6 +1456,8 @@ typedef struct elf64_shdr {
 #define NT_TASKSTRUCT	4
 #define NT_AUXV		6
 #define NT_PRXFPREG     0x46e62b7f      /* copied from gdb5.1/include/elf/common.h */
+#define NT_S390_VXRS_HIGH 0x30a         /* s390 vector registers 16-31 */
+#define NT_S390_VXRS_LOW  0x309         /* s390 vector registers 0-15 (lower half) */
 #define NT_S390_PREFIX  0x305           /* s390 prefix register */
 #define NT_S390_CTRS    0x304           /* s390 control registers */
 #define NT_S390_TODPREG 0x303           /* s390 TOD programmable register */