aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2005-09-06 14:22:01 +0000
committerTom Tromey <tromey@gcc.gnu.org>2005-09-06 14:22:01 +0000
commitd102ae00ef70b537039d4cfb766a072ec576876a (patch)
tree7d2566f7c3068cca3666f1134f42a538a384447d /boehm-gc
parent6e8ed38e7da93d1c142b5e1da1c86792e480d1b8 (diff)
re PR boehm-gc/23662 (Binaries generated by arm-linux-gcj segfault on execution on arm target)
PR libgcj/23662: * include/private/gcconfig.h (LINUX_STACKBOTTOM): Use instead of HEURISTIC1 on ARM. From-SVN: r103946
Diffstat (limited to 'boehm-gc')
-rw-r--r--boehm-gc/ChangeLog6
-rw-r--r--boehm-gc/include/private/gcconfig.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog
index 2194812e8a4..390aa5b6a25 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 63dd310f67d..deed0f5de98 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