This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH] DT_FLAGS_1: Add Solaris bits
- From: "H.J. Lu" <hjl dot tools at gmail dot com>
- To: Binutils <binutils at sourceware dot org>
- Date: Wed, 21 Mar 2018 09:25:52 -0700
- Subject: Re: [PATCH] DT_FLAGS_1: Add Solaris bits
- References: <20180320170320.GA20478@intel.com> <CAMe9rOo9=sTwzqGpzxq7hYpx0NAsQCYmP12F2sAt4smF+VaXog@mail.gmail.com>
On Tue, Mar 20, 2018 at 10:14 AM, H.J. Lu <hjl.tools@gmail.com> wrote:
> On Tue, Mar 20, 2018 at 10:03 AM, H.J. Lu <hongjiu.lu@intel.com> wrote:
>> The following bits in DT_FLAGS_1 are used by Solaris:
>>
>> #define DF_1_KMOD 0x10000000 /* kernel module */
>> #define DF_1_WEAKFILTER 0x20000000 /* apply weak binding to DT_FILTER */
>> #define DF_1_NOCOMMON 0x40000000 /* no COMMON symbols exist */
>>
>> OK for master?
>>
>> H.J.
>> ---
>> * elf/common.h (DF_1_KMOD): New.
>> (DF_1_WEAKFILTER): Likewise.
>> (DF_1_NOCOMMON): Likewise.
>
> The updated patch to dump these bits.
>
I am checking it in.
--
H.J.