aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/include
diff options
context:
space:
mode:
authorHans Boehm <Hans_Boehm@hp.com>2002-04-17 19:54:59 +0000
committerHans Boehm <hboehm@gcc.gnu.org>2002-04-17 19:54:59 +0000
commit94164032646b8a2a41cc6f61d4b5b3add53c5bc2 (patch)
treee8e2799cdfa5f97d349ee01037335473724ebcce /boehm-gc/include
parentcf76d875dbb99963099260b91f06ce62ca240d40 (diff)
downloadgcc-94164032646b8a2a41cc6f61d4b5b3add53c5bc2.zip
gcc-94164032646b8a2a41cc6f61d4b5b3add53c5bc2.tar.gz
gcc-94164032646b8a2a41cc6f61d4b5b3add53c5bc2.tar.bz2
gcconfig.h: Use LINUX_STACKBOTTOM for SPARC Linux.
* include/private/gcconfig.h: Use LINUX_STACKBOTTOM for SPARC Linux. From-SVN: r52440
Diffstat (limited to 'boehm-gc/include')
-rw-r--r--boehm-gc/include/private/gcconfig.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/boehm-gc/include/private/gcconfig.h b/boehm-gc/include/private/gcconfig.h
index 519bfc7..c4a522d 100644
--- a/boehm-gc/include/private/gcconfig.h
+++ b/boehm-gc/include/private/gcconfig.h
@@ -820,11 +820,10 @@
extern int _etext[];
# define DATAEND (_end)
# define SVR4
+# define LINUX_STACKBOTTOM
# ifdef __arch64__
-# define STACKBOTTOM ((ptr_t) 0x80000000000ULL)
# define DATASTART (ptr_t)GC_SysVGetDataStart(0x100000, _etext)
# else
-# define STACKBOTTOM ((ptr_t) 0xf0000000)
# define DATASTART (ptr_t)GC_SysVGetDataStart(0x10000, _etext)
# endif
# endif