summaryrefslogtreecommitdiff
path: root/include/uapi
diff options
context:
space:
mode:
authorVineet Gupta <vgupta@synopsys.com>2017-05-03 11:20:15 -0700
committerVineet Gupta <vgupta@synopsys.com>2017-05-03 11:20:15 -0700
commit991c7ed6acca506983c42d51965da8b8f3677682 (patch)
tree7e929a4bd8694b5dae208cc3288a7984bd16c4f7 /include/uapi
parentf734a31083324b8f4f24b2c5cba178c7459db309 (diff)
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.h2
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 {