summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2018-02-02 21:31:39 +0000
committerRich Felker <dalias@aerifal.cx>2018-02-22 18:51:00 -0500
commitdfeeeaf5448d96d471b237b5f8a6f780f61445ba (patch)
tree14eeee229498418f8503a95529886e62f6bfcd95 /include
parenteef5e4821de4c30b786975bd9aed84243c58db3a (diff)
downloadmusl-dfeeeaf5448d96d471b237b5f8a6f780f61445ba.tar.gz
elf.h: syncronize DF_1_ flags with binutils
DF_1_STUB and DF_1_PIE were added in binutils-gdb commit 5c383f026242d25a3c21fdfda42e5ca218b346c8
Diffstat (limited to 'include')
-rw-r--r--include/elf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/elf.h b/include/elf.h
index 43f614a1..dab750de 100644
--- 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