diff options
author | Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com> | 2004-11-18 14:32:30 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2004-11-18 14:32:30 +0000 |
commit | 9975bd3203dbe5ca012b876cd94fece85d59896d (patch) | |
tree | ca75355be5e5fb78a38cdd756e4234d8b05ac4ea /gcc/config/m32r | |
parent | 899671904c2a76e4af6ed6aa578e6d660d0abd86 (diff) | |
download | gcc-9975bd3203dbe5ca012b876cd94fece85d59896d.zip gcc-9975bd3203dbe5ca012b876cd94fece85d59896d.tar.gz gcc-9975bd3203dbe5ca012b876cd94fece85d59896d.tar.bz2 |
Set TARGET_ASM_FILE_END to file_end_indicate_exec_stack.
From-SVN: r90862
Diffstat (limited to 'gcc/config/m32r')
-rw-r--r-- | gcc/config/m32r/linux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/m32r/linux.h b/gcc/config/m32r/linux.h index bc9e61b..4730f3f 100644 --- a/gcc/config/m32r/linux.h +++ b/gcc/config/m32r/linux.h @@ -102,3 +102,4 @@ #define TARGET_OS_CPP_BUILTINS() LINUX_TARGET_OS_CPP_BUILTINS() +#define TARGET_ASM_FILE_END file_end_indicate_exec_stack |