diff options
Diffstat (limited to 'gcc/config/sparc/linux.h')
-rw-r--r-- | gcc/config/sparc/linux.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gcc/config/sparc/linux.h b/gcc/config/sparc/linux.h index c78f156..f6616a7 100644 --- a/gcc/config/sparc/linux.h +++ b/gcc/config/sparc/linux.h @@ -259,12 +259,7 @@ do { \ #undef CTORS_SECTION_ASM_OP #undef DTORS_SECTION_ASM_OP -#define ASM_FILE_END(FILE) \ - do { \ - named_section_flags (".note.GNU-stack", \ - SECTION_DEBUG \ - | (trampolines_created ? SECTION_CODE : 0)); \ - } while (0) +#define TARGET_ASM_FILE_END file_end_indicate_exec_stack /* Do code reading to identify a signal frame, and set the frame state data appropriately. See unwind-dw2.c for the structs. */ |