Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jan 2011 14:24:24 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r217098 - head/contrib/gcc/config/i386
Message-ID:  <201101071424.p07EOOY7055165@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Fri Jan  7 14:24:24 2011
New Revision: 217098
URL: http://svn.freebsd.org/changeset/base/217098

Log:
  Make gcc emit the .note.GNU-stack section into the assembler files.
  
  Reviewed by:	kan

Modified:
  head/contrib/gcc/config/i386/freebsd.h

Modified: head/contrib/gcc/config/i386/freebsd.h
==============================================================================
--- head/contrib/gcc/config/i386/freebsd.h	Fri Jan  7 14:22:34 2011	(r217097)
+++ head/contrib/gcc/config/i386/freebsd.h	Fri Jan  7 14:24:24 2011	(r217098)
@@ -239,3 +239,6 @@ Boston, MA 02110-1301, USA.  */
 		 XSTR (XEXP (DECL_RTL (current_function_decl), 0), 0));	\
     fprintf (asm_out_file, "\n");					\
   } while (0)
+
+#undef NEED_INDICATE_EXEC_STACK
+#define NEED_INDICATE_EXEC_STACK 1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101071424.p07EOOY7055165>