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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"