This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Support PIE on Solaris 12


On Tue, Sep 1, 2015 at 5:02 AM, Rainer Orth <ro@cebitec.uni-bielefeld.de> wrote:
> "H.J. Lu" <hjl.tools@gmail.com> writes:
>
>> @@ -868,6 +868,8 @@
>>  #define        DF_1_GLOBAUDIT  0x01000000
>>  #define        DF_1_SINGLETON  0x02000000
>>
>> +#define        DF_1_PIE        0x08000000
>>
>> You don't need a blank line before DF_1_PIE.  Should we always set
>> DF_1_PIE for PIE?
>
> I had it to mark the gap in the flags.  Solaris 11 (and 12) has
>
> #define DF_1_STUB       0x04000000      /* stub object */

We should add DF_1_STUB.

> between the two.  It's documented in the Linkers and Libraries Guide:
>
> http://docs.oracle.com/cd/E36784_01/html/E36857/chapter6-42444.html
>


-- 
H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]