diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2017-11-22 14:08:08 -0500 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2017-11-22 14:10:37 -0500 |
commit | 569d048c892bcfd99707a351b8a345b2b977a0b6 (patch) | |
tree | 1a111e0f23ddfe7bc0aac71a9049b758f0e7d6db | |
parent | 6480987f3a845881789499e13bf52aadc0b241e1 (diff) | |
download | cygnal-569d048c892bcfd99707a351b8a345b2b977a0b6.tar.gz cygnal-569d048c892bcfd99707a351b8a345b2b977a0b6.tar.bz2 cygnal-569d048c892bcfd99707a351b8a345b2b977a0b6.zip |
Add the Aarch64 SVE specific HWCAP_SVE define
Checking in change from Alan Hayward <Alan.Hayward@arm.com>
Signed-off-by: Jeff Johnston <jjohnstn@redhat.com>
-rw-r--r-- | newlib/libc/include/elf.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |