From bb66479ab389f6d0b9b69b25421ef7baa95fb042 Mon Sep 17 00:00:00 2001
From: tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Tue, 6 Sep 2005 14:22:01 +0000
Subject: [PATCH] 	PR libgcj/23662: 	* include/private/gcconfig.h
 (LINUX_STACKBOTTOM): Use instead of 	HEURISTIC1 on ARM.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103946 138bc75d-0d04-0410-961f-82ee72b054a4
---
 boehm-gc/ChangeLog                  | 6 ++++++
 boehm-gc/include/private/gcconfig.h | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog
index 2194812e8a42..390aa5b6a25b 100644
--- a/boehm-gc/ChangeLog
+++ b/boehm-gc/ChangeLog
@@ -1,3 +1,9 @@
+2005-09-06  Tom Tromey  <tromey@redhat.com>
+
+	PR libgcj/23662:
+	* include/private/gcconfig.h (LINUX_STACKBOTTOM): Use instead of
+	HEURISTIC1 on ARM.
+
 2005-07-17  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
 
 	* include/private/gcconfig.h (sh-linux): Use LINUX_STACKBOTTOM.
diff --git a/boehm-gc/include/private/gcconfig.h b/boehm-gc/include/private/gcconfig.h
index 63dd310f67d3..deed0f5de98a 100644
--- a/boehm-gc/include/private/gcconfig.h
+++ b/boehm-gc/include/private/gcconfig.h
@@ -1787,7 +1787,7 @@
 #   endif
 #   ifdef LINUX
 #       define OS_TYPE "LINUX"
-#       define HEURISTIC1
+#       define LINUX_STACKBOTTOM
 #       undef STACK_GRAN
 #       define STACK_GRAN 0x10000000
 #       define USE_GENERIC_PUSH_REGS
-- 
GitLab