diff options
author | Tom Tromey <tromey@redhat.com> | 2005-09-06 14:22:01 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2005-09-06 14:22:01 +0000 |
commit | d102ae00ef70b537039d4cfb766a072ec576876a (patch) | |
tree | 7d2566f7c3068cca3666f1134f42a538a384447d /boehm-gc/include | |
parent | 6e8ed38e7da93d1c142b5e1da1c86792e480d1b8 (diff) | |
download | gcc-d102ae00ef70b537039d4cfb766a072ec576876a.zip gcc-d102ae00ef70b537039d4cfb766a072ec576876a.tar.gz gcc-d102ae00ef70b537039d4cfb766a072ec576876a.tar.bz2 |
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/include')
-rw-r--r-- | boehm-gc/include/private/gcconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boehm-gc/include/private/gcconfig.h b/boehm-gc/include/private/gcconfig.h index 63dd310..deed0f5 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 |