summaryrefslogtreecommitdiff
path: root/gcc/config/sh/linux.h
diff options
context:
space:
mode:
authorkkojima <kkojima@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-13 07:03:49 +0000
committerkkojima <kkojima@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-13 07:03:49 +0000
commit33a60587cde64ccf549461b8ef27634def1b199f (patch)
treec9e652e23e2553778f79442dcc41f30bdaa41b2d /gcc/config/sh/linux.h
parent1a6e428506f776b744d338e0dc2feac23664b11d (diff)
downloadgcc-33a60587cde64ccf549461b8ef27634def1b199f.tar.gz
* config/sh/linux.h (TARGET_ASM_FILE_END): Set TARGET_ASM_FILE_END
to file_end_indicate_exec_stack. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67887 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/sh/linux.h')
-rw-r--r--gcc/config/sh/linux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/sh/linux.h b/gcc/config/sh/linux.h
index 861cc5a420f..78a40e5e3b5 100644
--- a/gcc/config/sh/linux.h
+++ b/gcc/config/sh/linux.h
@@ -64,6 +64,8 @@ do { \
#define TARGET_DEFAULT \
(TARGET_CPU_DEFAULT | USERMODE_BIT | TARGET_ENDIAN_DEFAULT)
+#define TARGET_ASM_FILE_END file_end_indicate_exec_stack
+
#undef SUBTARGET_LINK_EMUL_SUFFIX
#define SUBTARGET_LINK_EMUL_SUFFIX "_linux"
#undef SUBTARGET_LINK_SPEC