From e81361ede00a196ec9dcd72df4b2be7c9c45821f Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Fri, 7 Jan 2011 14:24:24 +0000 Subject: [PATCH] Make gcc emit the .note.GNU-stack section into the assembler files. Reviewed by: kan --- contrib/gcc/config/i386/freebsd.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contrib/gcc/config/i386/freebsd.h b/contrib/gcc/config/i386/freebsd.h index 53de63ffbb8..a69a8c67eb3 100644 --- a/contrib/gcc/config/i386/freebsd.h +++ b/contrib/gcc/config/i386/freebsd.h @@ -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