On Thu, 30 Aug 2018, Jan Hubicka wrote:
> > On Fri, 10 Aug 2018, Jan Hubicka wrote:
> >
> > > Hi,
> > > this patch should fix merging of PIC and PIE options so we always resort
> > > to the least common denominator of the object files compiled (i.e.
> > > linking together -fpic and -fPIE will re
> On Fri, 10 Aug 2018, Jan Hubicka wrote:
>
> > Hi,
> > this patch should fix merging of PIC and PIE options so we always resort
> > to the least common denominator of the object files compiled (i.e.
> > linking together -fpic and -fPIE will result in -fpie binary).
> > Note that we also use info
On Fri, 10 Aug 2018, Jan Hubicka wrote:
> Hi,
> this patch should fix merging of PIC and PIE options so we always resort
> to the least common denominator of the object files compiled (i.e.
> linking together -fpic and -fPIE will result in -fpie binary).
> Note that we also use information about
On 08/10/2018 04:33 PM, Jan Hubicka wrote:
> Hi,
> this patch should fix merging of PIC and PIE options so we always resort
> to the least common denominator of the object files compiled (i.e.
> linking together -fpic and -fPIE will result in -fpie binary).
> Note that we also use information abou
Hi,
this patch should fix merging of PIC and PIE options so we always resort
to the least common denominator of the object files compiled (i.e.
linking together -fpic and -fPIE will result in -fpie binary).
Note that we also use information about format of output passed by linker
plugin so we will