Переглянути джерело

elf: Add ARCv2 specific core note section

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Vineet Gupta 8 роки тому
батько
коміт
991c7ed6ac
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      include/uapi/linux/elf.h

+ 1 - 1
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 {