projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f734a31
)
elf: Add ARCv2 specific core note section
author
Vineet Gupta
<vgupta@synopsys.com>
Wed, 3 May 2017 18:20:15 +0000
(11:20 -0700)
committer
Vineet Gupta
<vgupta@synopsys.com>
Wed, 3 May 2017 18:20:15 +0000
(11:20 -0700)
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
include/uapi/linux/elf.h
patch
|
blob
|
history
diff --git
a/include/uapi/linux/elf.h
b/include/uapi/linux/elf.h
index b59ee077a5964a888be764fdb5b817e3e377bcc0..b5c00563ed9b8519ee9cc79356568821ab08a31f 100644
(file)
--- a/
include/uapi/linux/elf.h
+++ b/
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 {