Make gcc emit the .note.GNU-stack section into the assembler files.

Reviewed by:	kan
This commit is contained in:
Konstantin Belousov 2011-01-07 14:24:24 +00:00
parent 39198f15ee
commit e81361ede0

View File

@ -239,3 +239,6 @@ Boston, MA 02110-1301, USA. */
XSTR (XEXP (DECL_RTL (current_function_decl), 0), 0)); \ XSTR (XEXP (DECL_RTL (current_function_decl), 0), 0)); \
fprintf (asm_out_file, "\n"); \ fprintf (asm_out_file, "\n"); \
} while (0) } while (0)
#undef NEED_INDICATE_EXEC_STACK
#define NEED_INDICATE_EXEC_STACK 1