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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to