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:
dfeeeaf
)
elf.h: add DT_SYMTAB_SHNDX
author
Szabolcs Nagy
<nsz@port70.net>
Tue, 6 Feb 2018 22:33:38 +0000
(22:33 +0000)
committer
Rich Felker
<dalias@aerifal.cx>
Thu, 22 Feb 2018 23:51:16 +0000
(18:51 -0500)
it's a recent addition to elf gabi:
http://sco.com/developers/gabi/latest/revision.html
based on discussions at
https://sourceware.org/bugzilla/show_bug.cgi?id=15835
include/elf.h
patch
|
blob
|
history
diff --git
a/include/elf.h
b/include/elf.h
index dab750de613e173bc23d4fd7a14e1e4e7aa3faa8..78906f15cb23a5f069e4a056e86a08be9e1af601 100644
(file)
--- a/
include/elf.h
+++ b/
include/elf.h
@@
-742,7
+742,8
@@
typedef struct {
#define DT_ENCODING 32
#define DT_PREINIT_ARRAY 32
#define DT_PREINIT_ARRAYSZ 33
-#define DT_NUM 34
+#define DT_SYMTAB_SHNDX 34
+#define DT_NUM 35
#define DT_LOOS 0x6000000d
#define DT_HIOS 0x6ffff000
#define DT_LOPROC 0x70000000