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: [patch ob] Disallow -pie and -static


Mike Frysinger <vapier@gentoo.org> writes:

> On Tuesday 14 February 2012 19:48:43 Cary Coutant wrote:
>> I'm committing this patch under the trivial and obvious rule. If -pie
>> and -static are both given together, gold will currently issue an
>> internal error.
>
> shouldn't there be a bug to fix this then ?  there's no technical reason for 
> disallowing static pie's from the perspective of the linker ...

On GNU/Linux a PIE is just an executable shared library.  How would you
implement a statically linked PIE?

Ian


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