]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
elf: Add DF_1_KMOD, DF_1_WEAKFILTER, DF_1_NOCOMMON to <elf.h>
authorFlorian Weimer <fweimer@redhat.com>
Tue, 12 Mar 2019 11:06:01 +0000 (12:06 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 12 Mar 2019 11:06:01 +0000 (12:06 +0100)
These constants (originally from Solaris) were part of the binutils
2.31 release.

ChangeLog
elf/elf.h

index 2f72e0f8ecc2927c80d15c1f0e42c5be11af72e1..14d08727d4f828b3fb2949792097ed0e196fac06 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2019-03-12  Florian Weimer  <fweimer@redhat.com>
+
+       * elf/elf.h (DF_1_KMOD, DF_1_WEAKFILTER, DF_1_NOCOMMON): Define.
+
 2019-03-12  Florian Weimer  <fweimer@redhat.com>
 
        [BZ #24047]
index 01648bdb4c1da730361c0f89cfaee3e0c0de927c..28296c7efd2dcedbd017d753c418fba4d5b29251 100644 (file)
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -987,6 +987,9 @@ typedef struct
 #define        DF_1_SINGLETON  0x02000000      /* Singleton symbols are used.  */
 #define        DF_1_STUB       0x04000000
 #define        DF_1_PIE        0x08000000
+#define        DF_1_KMOD       0x10000000
+#define        DF_1_WEAKFILTER 0x20000000
+#define        DF_1_NOCOMMON   0x40000000
 
 /* Flags for the feature selection in DT_FEATURE_1.  */
 #define DTF_1_PARINIT  0x00000001