re PR boehm-gc/23662 (Binaries generated by arm-linux-gcj segfault on execution on...
authorTom Tromey <tromey@redhat.com>
Tue, 6 Sep 2005 14:22:01 +0000 (14:22 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Tue, 6 Sep 2005 14:22:01 +0000 (14:22 +0000)
PR libgcj/23662:
* include/private/gcconfig.h (LINUX_STACKBOTTOM): Use instead of
HEURISTIC1 on ARM.

From-SVN: r103946

boehm-gc/ChangeLog
boehm-gc/include/private/gcconfig.h

index 2194812e8a428cd74222e770d37f5d85b95975c5..390aa5b6a25b334bb77d4e7d256431200db3c1d4 100644 (file)
@@ -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.
index 63dd310f67d348a4b204c1d9e641d13067573d29..deed0f5de98a30d544ac6509bc780f48cc498ad7 100644 (file)
 #   endif
 #   ifdef LINUX
 #       define OS_TYPE "LINUX"
-#       define HEURISTIC1
+#       define LINUX_STACKBOTTOM
 #       undef STACK_GRAN
 #       define STACK_GRAN 0x10000000
 #       define USE_GENERIC_PUSH_REGS