From: Vineet Gupta Date: Wed, 3 May 2017 18:20:15 +0000 (-0700) Subject: elf: Add ARCv2 specific core note section X-Git-Tag: v4.12-rc1~51^2~3 X-Git-Url: https://git.kernel.dk/?p=linux-2.6-block.git;a=commitdiff_plain;h=991c7ed6acca506983c42d51965da8b8f3677682 elf: Add ARCv2 specific core note section Signed-off-by: Vineet Gupta --- diff --git a/include/uapi/linux/elf.h b/include/uapi/linux/elf.h index b59ee077a596..b5c00563ed9b 100644 --- a/include/uapi/linux/elf.h +++ b/include/uapi/linux/elf.h @@ -417,7 +417,7 @@ typedef struct elf64_shdr { #define NT_METAG_CBUF 0x500 /* Metag catch buffer registers */ #define NT_METAG_RPIPE 0x501 /* Metag read pipeline state */ #define NT_METAG_TLS 0x502 /* Metag TLS pointer */ - +#define NT_ARC_V2 0x600 /* ARCv2 accumulator/extra registers */ /* Note header in a PT_NOTE section */ typedef struct elf32_note {