Re: [PATCH 2/2][MIPS][RFC] Emit .note.GNU-stack for hard-float linux targets.

2020-01-30 Thread Dragan Mladjenovic
On 29.01.2020. 22:57, Dragan Mladjenovic wrote: On 29.01.2020. 12:06, Tobias Burnus wrote: Hi Dragan, I think your committed patch was incomplete – at least I see the following bits when running --enable-maintainer-mode (see attachment, line numbers wrong as I edited my changes out). Can you

Re: [EXTERNAL]Re: [PATCH 2/2][MIPS][RFC] Emit .note.GNU-stack for hard-float linux targets.

2020-01-29 Thread Dragan Mladjenovic
On 29.01.2020. 12:06, Tobias Burnus wrote: > Hi Dragan, > > I think your committed patch was incomplete – at least I see the > following bits when running --enable-maintainer-mode (see attachment, > line numbers wrong as I edited my changes out). > > Can you re-check? > > (The other change in gcc/

Re: [PATCH 2/2][MIPS][RFC] Emit .note.GNU-stack for hard-float linux targets.

2020-01-29 Thread Tobias Burnus
Hi Dragan, I think your committed patch was incomplete – at least I see the following bits when running --enable-maintainer-mode (see attachment, line numbers wrong as I edited my changes out). Can you re-check? (The other change in gcc/configure seems to be due to Andrew Burgess's e7c26e04

Re: [PATCH 2/2][MIPS][RFC] Emit .note.GNU-stack for hard-float linux targets.

2020-01-23 Thread Jeff Law
On Thu, 2020-01-23 at 10:58 +, Dragan Mladjenovic wrote: > On 07.12.2019. 19:33, Jeff Law wrote: > > On Thu, 2019-11-07 at 17:05 +, Dragan Mladjenovic wrote: > > > On 01.11.2019. 11:32, Dragan Mladjenovic wrote: > > > > On 10.08.2019. 00:15, Joseph Myers wrote: > > > > > On Fri, 9 Aug 2019,

Re: [PATCH 2/2][MIPS][RFC] Emit .note.GNU-stack for hard-float linux targets.

2020-01-23 Thread Dragan Mladjenovic
On 07.12.2019. 19:33, Jeff Law wrote: > On Thu, 2019-11-07 at 17:05 +, Dragan Mladjenovic wrote: >> On 01.11.2019. 11:32, Dragan Mladjenovic wrote: >>> On 10.08.2019. 00:15, Joseph Myers wrote: On Fri, 9 Aug 2019, Jeff Law wrote: >> 2019-08-05 Dragan Mladjenovic >> >>

Re: [PATCH 2/2][MIPS][RFC] Emit .note.GNU-stack for hard-float linux targets.

2019-12-07 Thread Jeff Law
On Thu, 2019-11-07 at 17:05 +, Dragan Mladjenovic wrote: > On 01.11.2019. 11:32, Dragan Mladjenovic wrote: > > On 10.08.2019. 00:15, Joseph Myers wrote: > > > On Fri, 9 Aug 2019, Jeff Law wrote: > > > > > > > > 2019-08-05 Dragan Mladjenovic > > > > > > > > > > * config.in: Regenerated.

[PING] Re: [PATCH 2/2][MIPS][RFC] Emit .note.GNU-stack for hard-float linux targets.

2019-11-27 Thread Dragan Mladjenovic
On 07.11.2019. 18:05, Dragan Mladjenovic wrote: > On 01.11.2019. 11:32, Dragan Mladjenovic wrote: >> On 10.08.2019. 00:15, Joseph Myers wrote: >>> On Fri, 9 Aug 2019, Jeff Law wrote: >>> > 2019-08-05 Dragan Mladjenovic > > * config.in: Regenerated. > * config/mips/linux.h

Re: [PATCH 2/2][MIPS][RFC] Emit .note.GNU-stack for hard-float linux targets.

2019-11-07 Thread Dragan Mladjenovic
On 01.11.2019. 11:32, Dragan Mladjenovic wrote: > On 10.08.2019. 00:15, Joseph Myers wrote: >> On Fri, 9 Aug 2019, Jeff Law wrote: >> 2019-08-05 Dragan Mladjenovic * config.in: Regenerated. * config/mips/linux.h (NEED_INDICATE_EXEC_STACK): Define to 1 for TAR

Re: [PATCH 2/2][MIPS][RFC] Emit .note.GNU-stack for hard-float linux targets.

2019-11-01 Thread Dragan Mladjenovic
On 10.08.2019. 00:15, Joseph Myers wrote: > On Fri, 9 Aug 2019, Jeff Law wrote: > >>> 2019-08-05 Dragan Mladjenovic >>> >>> * config.in: Regenerated. >>> * config/mips/linux.h (NEED_INDICATE_EXEC_STACK): Define to 1 >>> for TARGET_LIBC_GNUSTACK. >>> * configure: Regenerated. >>>

Re: [PATCH 2/2][MIPS][RFC] Emit .note.GNU-stack for hard-float linux targets.

2019-08-09 Thread Joseph Myers
On Fri, 9 Aug 2019, Jeff Law wrote: > > 2019-08-05 Dragan Mladjenovic > > > > * config.in: Regenerated. > > * config/mips/linux.h (NEED_INDICATE_EXEC_STACK): Define to 1 > > for TARGET_LIBC_GNUSTACK. > > * configure: Regenerated. > > * configure.ac: Define TARGET_LIBC_GNUST

Re: [PATCH 2/2][MIPS][RFC] Emit .note.GNU-stack for hard-float linux targets.

2019-08-09 Thread Maciej W. Rozycki
On Mon, 5 Aug 2019, Dragan Mladjenovic wrote: > diff --git a/gcc/configure.ac b/gcc/configure.ac > index c620dd2..ab080c8 100644 > --- a/gcc/configure.ac > +++ b/gcc/configure.ac > @@ -6143,6 +6143,18 @@ if test x$gcc_cv_libc_provides_hwcap_in_tcb = xyes; > then > [Define if your target

Re: [PATCH 2/2][MIPS][RFC] Emit .note.GNU-stack for hard-float linux targets.

2019-08-09 Thread Jeff Law
On 8/5/19 4:49 AM, Dragan Mladjenovic wrote: > From: "Dragan Mladjenovic" > > libgcc/ChangeLog: > > 2019-08-05 Dragan Mladjenovic > > * config/mips/gnustack.h: Check for TARGET_LIBC_GNUSTACK also. > > gcc/ChangeLog: > > 2019-08-05 Dragan Mladjenovic > > * config.in: Regener