On Wed, Sep 13, 2017 at 08:57:39AM +0200, Markus Trippelsdorf wrote:
> On 2017.09.12 at 13:48 -0500, Aaron Sawdey wrote:
> > On Tue, 2017-09-12 at 16:20 +, Joseph Myers wrote:
> > > On Mon, 28 Aug 2017, H.J. Lu wrote:
> > >
> > > > Here is the updated patch. OK for trunk?
> > >
> > > OK.
>
On 2017.09.12 at 13:48 -0500, Aaron Sawdey wrote:
> On Tue, 2017-09-12 at 16:20 +, Joseph Myers wrote:
> > On Mon, 28 Aug 2017, H.J. Lu wrote:
> >
> > > Here is the updated patch. OK for trunk?
> >
> > OK.
>
> This seems to be causing an issue for me on powerpc:
>
> ../../trunk/gcc/config
On Tue, Sep 12, 2017 at 11:48 AM, Aaron Sawdey
wrote:
> On Tue, 2017-09-12 at 16:20 +, Joseph Myers wrote:
>> On Mon, 28 Aug 2017, H.J. Lu wrote:
>>
>> > Here is the updated patch. OK for trunk?
>>
>> OK.
>
> This seems to be causing an issue for me on powerpc:
>
> /home/sawdey/src/gcc/trunk
On Tue, 2017-09-12 at 16:20 +, Joseph Myers wrote:
> On Mon, 28 Aug 2017, H.J. Lu wrote:
>
> > Here is the updated patch. OK for trunk?
>
> OK.
This seems to be causing an issue for me on powerpc:
/home/sawdey/src/gcc/trunk/build/./prev-gcc/xg++
-B/home/sawdey/src/gcc/trunk/build/./prev-
On Mon, 28 Aug 2017, H.J. Lu wrote:
> Here is the updated patch. OK for trunk?
OK.
--
Joseph S. Myers
jos...@codesourcery.com
On Mon, Aug 28, 2017 at 10:13 AM, H.J. Lu wrote:
> On Mon, Aug 28, 2017 at 9:10 AM, Joseph Myers wrote:
>> On Tue, 8 Aug 2017, H.J. Lu wrote:
>>
>>> This patch adds -static-pie to GCC driver to create static PIE. A static
>>> position independent executable (PIE) is similar to static executable,
On Mon, Aug 28, 2017 at 10:13 AM, H.J. Lu wrote:
> On Mon, Aug 28, 2017 at 9:10 AM, Joseph Myers wrote:
>> On Tue, 8 Aug 2017, H.J. Lu wrote:
>>
>>> This patch adds -static-pie to GCC driver to create static PIE. A static
>>> position independent executable (PIE) is similar to static executable,
ed at any address without a dynamic linker.
>
> "to a static executable".
>
Done.
Here is the updated patch. OK for trunk?
Thanks.
--
H.J.
From da4fdd54c53cfafbd45c7a7fe996f907b6d141f4 Mon Sep 17 00:00:00 2001
From: "H.J. Lu"
Date: Thu, 20 Jul 2017 14:08:18 -0700
Subject: [PATC
On Tue, 8 Aug 2017, H.J. Lu wrote:
> This patch adds -static-pie to GCC driver to create static PIE. A static
> position independent executable (PIE) is similar to static executable,
> but can be loaded at any address without a dynamic linker. All linker
> input files must be compiled with -fpie
f --enable-default-pie
> was used:
>
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81523
>
> I just checked in a patch to make -static always override -pie.
>
Hi Joseph,
Can you take a look at this patch? I am enclosing it here.
Thanks.
--
H.J.
From d5b7ffdb48d18b65e071b9e06
On Wed, Aug 9, 2017 at 3:39 AM, H.J. Lu wrote:
> On Tue, Aug 8, 2017 at 10:36 PM, Richard Biener
> wrote:
>> On August 9, 2017 12:18:41 AM GMT+02:00, "H.J. Lu"
>> wrote:
>>>This patch adds -static-pie to GCC driver to create static PIE. A
>>>static
>>>position independent executable (PIE) is s
On Tue, Aug 8, 2017 at 10:36 PM, Richard Biener
wrote:
> On August 9, 2017 12:18:41 AM GMT+02:00, "H.J. Lu"
> wrote:
>>This patch adds -static-pie to GCC driver to create static PIE. A
>>static
>>position independent executable (PIE) is similar to static executable,
>>but can be loaded at any a
On August 9, 2017 12:18:41 AM GMT+02:00, "H.J. Lu" wrote:
>This patch adds -static-pie to GCC driver to create static PIE. A
>static
>position independent executable (PIE) is similar to static executable,
>but can be loaded at any address without a dynamic linker. All linker
>input files must be
This patch adds -static-pie to GCC driver to create static PIE. A static
position independent executable (PIE) is similar to static executable,
but can be loaded at any address without a dynamic linker. All linker
input files must be compiled with -fpie or -fPIE and linker must support
--no-dynam
14 matches
Mail list logo