svn commit: r217098 - head/contrib/gcc/config/i386

Konstantin Belousov kib at FreeBSD.org
Fri Jan 7 14:24:24 UTC 2011


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


More information about the svn-src-head mailing list