Re: [PATCH] Fix the GNU Stack markings on libgcc.a

2018-05-03 Thread Magnus Granberg
torsdag 3 maj 2018 kl. 06:19:20 CEST skrev du: > On 05/02/2018 07:05 PM, Magnus Granberg wrote: > > torsdag 3 maj 2018 kl. 01:48:16 CEST skrev du: > >> On 05/02/2018 06:17 PM, Magnus Granberg wrote: > >>> torsdag 3 maj 2018 kl. 01:07:51 CEST skrev Daniel Santos: > Hello > > On 05/0

Re: [PATCH] Fix the GNU Stack markings on libgcc.a

2018-05-02 Thread Daniel Santos
On 05/02/2018 06:17 PM, Magnus Granberg wrote: > torsdag 3 maj 2018 kl. 01:07:51 CEST skrev Daniel Santos: >> Hello >> >> On 05/01/2018 06:32 AM, Magnus Granberg wrote: >>> New patch >>> libgcc/ChangeLog: >>> >>> 2018-05-01 Magnus Granberg >>> >>> * config/i386/resms64.h: Add .note.GNU-sta

Re: [PATCH] Fix the GNU Stack markings on libgcc.a

2018-05-02 Thread Magnus Granberg
torsdag 3 maj 2018 kl. 01:07:51 CEST skrev Daniel Santos: > Hello > > On 05/01/2018 06:32 AM, Magnus Granberg wrote: > > New patch > > libgcc/ChangeLog: > > > > 2018-05-01 Magnus Granberg > > > > * config/i386/resms64.h: Add .note.GNU-stack section > > * config/i386/resms64f.h: Likew

Re: [PATCH] Fix the GNU Stack markings on libgcc.a

2018-05-02 Thread Daniel Santos
Hello On 05/01/2018 06:32 AM, Magnus Granberg wrote: > New patch > libgcc/ChangeLog: > > 2018-05-01 Magnus Granberg > > * config/i386/resms64.h: Add .note.GNU-stack section > * config/i386/resms64f.h: Likewise. > * config/i386/resms64fx.h: Likewise. > * config/i386/resms

Re: [PATCH] Fix the GNU Stack markings on libgcc.a

2018-05-01 Thread Magnus Granberg
tisdag 1 maj 2018 kl. 12:33:33 CEST skrev Jakub Jelinek: > On Tue, May 01, 2018 at 12:24:44PM +0200, Magnus Granberg wrote: > > Hi > > > > The *_resms64*.S files in libgcc don't have section to remove the > > executable stack marking. Can this be added to Gcc 8.0 Rc? > > > > gcc/ChangeLog: > >

Re: [PATCH] Fix the GNU Stack markings on libgcc.a

2018-05-01 Thread Jakub Jelinek
On Tue, May 01, 2018 at 12:24:44PM +0200, Magnus Granberg wrote: > Hi > > The *_resms64*.S files in libgcc don't have section to remove the > executable stack marking. Can this be added to Gcc 8.0 Rc? > > gcc/ChangeLog: > > 2018-05-01 Magnus Granberg > > * config/i386/cet.h: Add sectio

[PATCH] Fix the GNU Stack markings on libgcc.a

2018-05-01 Thread Magnus Granberg
Hi The *_resms64*.S files in libgcc don't have section to remove the executable stack marking. Can this be added to Gcc 8.0 Rc? gcc/ChangeLog: 2018-05-01 Magnus Granberg * config/i386/cet.h: Add section to remove executable stack marking. --- --- a/gcc/config/i386/cet.h 2018-04-20 1