Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 991c7ed6 authored by Vineet Gupta's avatar Vineet Gupta
Browse files

elf: Add ARCv2 specific core note section

parent f734a310
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {