Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

elf: Add ARCv2 specific core note section

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>

+1 -1
+1 -1
include/uapi/linux/elf.h
··· 417 417 #define NT_METAG_CBUF 0x500 /* Metag catch buffer registers */ 418 418 #define NT_METAG_RPIPE 0x501 /* Metag read pipeline state */ 419 419 #define NT_METAG_TLS 0x502 /* Metag TLS pointer */ 420 - 420 + #define NT_ARC_V2 0x600 /* ARCv2 accumulator/extra registers */ 421 421 422 422 /* Note header in a PT_NOTE section */ 423 423 typedef struct elf32_note {