elf.h: add new mips core dump note values from linux v4.19
[musl] / include / elf.h
index c229735..d2a1cc3 100644 (file)
@@ -685,6 +685,9 @@ typedef struct {
 #define NT_METAG_RPIPE 0x501
 #define NT_METAG_TLS   0x502
 #define NT_ARC_V2      0x600
+#define NT_VMCOREDD    0x700
+#define NT_MIPS_DSP    0x800
+#define NT_MIPS_FP_MODE        0x801
 #define NT_VERSION     1
 
 
@@ -1035,6 +1038,7 @@ typedef struct {
 #define AT_L3_CACHESIZE                46
 #define AT_L3_CACHEGEOMETRY    47
 
+#define AT_MINSIGSTKSZ         51
 
 
 typedef struct {