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:
eef5e48
)
elf.h: syncronize DF_1_ flags with binutils
author
Szabolcs Nagy
<nsz@port70.net>
Fri, 2 Feb 2018 21:31:39 +0000
(21:31 +0000)
committer
Rich Felker
<dalias@aerifal.cx>
Thu, 22 Feb 2018 23:51:00 +0000
(18:51 -0500)
DF_1_STUB and DF_1_PIE were added in binutils-gdb commit
5c383f026242d25a3c21fdfda42e5ca218b346c8
include/elf.h
patch
|
blob
|
history
diff --git
a/include/elf.h
b/include/elf.h
index 43f614a16e0d93f07e3d855d2c731e75fca25062..dab750de613e173bc23d4fd7a14e1e4e7aa3faa8 100644
(file)
--- a/
include/elf.h
+++ b/
include/elf.h
@@
-842,6
+842,8
@@
typedef struct {
#define DF_1_SYMINTPOSE 0x00800000
#define DF_1_GLOBAUDIT 0x01000000
#define DF_1_SINGLETON 0x02000000
+#define DF_1_STUB 0x04000000
+#define DF_1_PIE 0x08000000
#define DTF_1_PARINIT 0x00000001
#define DTF_1_CONFEXP 0x00000002