aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/m32r/linux.h1
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 713d6c2..eb8fd20 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2004-11-18 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.comn>
+
+ * config/m32r/linux.h (TARGET_ASM_FILE_END): Set
+ TARGET_ASM_FILE_END to file_end_indicate_exec_stack.
+
2004-11-18 Diego Novillo <dnovillo@redhat.com>
* tree-ssa-propagate.c (ssa_prop_init): Use FOR_ALL_BB instead
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