From 569d048c892bcfd99707a351b8a345b2b977a0b6 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Wed, 22 Nov 2017 14:08:08 -0500 Subject: [PATCH] Add the Aarch64 SVE specific HWCAP_SVE define Checking in change from Alan Hayward Signed-off-by: Jeff Johnston --- newlib/libc/include/elf.h | 1 + 1 file changed, 1 insertion(+) diff --git a/newlib/libc/include/elf.h b/newlib/libc/include/elf.h index 1b62db530..79d3b974b 100644 --- a/newlib/libc/include/elf.h +++ b/newlib/libc/include/elf.h @@ -686,6 +686,7 @@ typedef struct { #define NT_ARM_HW_BREAK 0x402 #define NT_ARM_HW_WATCH 0x403 #define NT_ARM_SYSTEM_CALL 0x404 +#define NT_ARM_SVE 0x405 #define NT_METAG_CBUF 0x500 #define NT_METAG_RPIPE 0x501 #define NT_METAG_TLS 0x502