diff options
Diffstat (limited to 'gcc/config/i386/linux64.h')
-rw-r--r-- | gcc/config/i386/linux64.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gcc/config/i386/linux64.h b/gcc/config/i386/linux64.h index ec398de..582a22ba 100644 --- a/gcc/config/i386/linux64.h +++ b/gcc/config/i386/linux64.h @@ -71,12 +71,8 @@ Boston, MA 02111-1307, USA. */ #define MULTILIB_DEFAULTS { "m64" } -#define SUBTARGET_FILE_END(FILE) \ - do { \ - named_section_flags (".note.GNU-stack", \ - SECTION_DEBUG \ - | (trampolines_created ? SECTION_CODE : 0)); \ - } while (0) +#undef NEED_INDICATE_EXEC_STACK +#define NEED_INDICATE_EXEC_STACK 1 /* Do code reading to identify a signal frame, and set the frame state data appropriately. See unwind-dw2.c for the structs. |