diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2017-05-03 20:20:15 +0200 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2017-05-03 20:20:15 +0200 |
commit | 991c7ed6acca506983c42d51965da8b8f3677682 (patch) | |
tree | 7e929a4bd8694b5dae208cc3288a7984bd16c4f7 /include/uapi | |
parent | ARCv2: mm: micro-optimize region flush generated code (diff) | |
download | linux-991c7ed6acca506983c42d51965da8b8f3677682.tar.xz linux-991c7ed6acca506983c42d51965da8b8f3677682.zip |
elf: Add ARCv2 specific core note section
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'include/uapi')
-rw-r--r-- | include/uapi/linux/elf.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |