aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2005-09-06 14:22:01 +0000
committerTom Tromey <tromey@redhat.com>2005-09-06 14:22:01 +0000
commit41c94f738f1302e46ce6eef5922756b421afd7f7 (patch)
tree7d2566f7c3068cca3666f1134f42a538a384447d /boehm-gc/ChangeLog
parent8c268de1491d7f5a04791ee01035c5e1d857dfa9 (diff)
PR libgcj/23662:
* include/private/gcconfig.h (LINUX_STACKBOTTOM): Use instead of HEURISTIC1 on ARM. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@103946 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/ChangeLog')
-rw-r--r--boehm-gc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
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.