projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e52f99
)
elf.h: add new mips core dump note values from linux v4.19
author
Szabolcs Nagy
<nsz@port70.net>
Sat, 10 Nov 2018 20:37:46 +0000
(20:37 +0000)
committer
Rich Felker
<dalias@aerifal.cx>
Wed, 13 Mar 2019 16:31:13 +0000
(12:31 -0400)
NT_MIPS_FP_MODE is new in linux commit
1ae22a0e35636efceab83728ba30b013df761592
NT_MIPS_DSP is new in linux commit
44109c60176ae73924a42a6bef64ef151aba9095
include/elf.h
patch
|
blob
|
history
diff --git
a/include/elf.h
b/include/elf.h
index 54f41a107727febc4c83b0b2362fa82d18074944..d2a1cc339a45ba4831ae96b6686e5b112aec8074 100644
(file)
--- a/
include/elf.h
+++ b/
include/elf.h
@@
-686,6
+686,8
@@
typedef struct {
#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