mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-15 12:21:20 +08:00
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
This commit is contained in:
parent
6e8ed38e7d
commit
d102ae00ef
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user