From: Florian Weimer Date: Tue, 12 Mar 2019 11:06:01 +0000 (+0100) Subject: elf: Add DF_1_KMOD, DF_1_WEAKFILTER, DF_1_NOCOMMON to X-Git-Tag: glibc-2.30~292 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38b52865d4ccfee3647f27e969e539a4396a73b1;p=thirdparty%2Fglibc.git elf: Add DF_1_KMOD, DF_1_WEAKFILTER, DF_1_NOCOMMON to These constants (originally from Solaris) were part of the binutils 2.31 release. --- diff --git a/ChangeLog b/ChangeLog index 2f72e0f8ecc..14d08727d4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2019-03-12 Florian Weimer + + * elf/elf.h (DF_1_KMOD, DF_1_WEAKFILTER, DF_1_NOCOMMON): Define. + 2019-03-12 Florian Weimer [BZ #24047] diff --git a/elf/elf.h b/elf/elf.h index 01648bdb4c1..28296c7efd2 100644 --- 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