diff options
author | Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> | 2001-09-26 13:22:03 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2001-09-26 13:22:03 +0000 |
commit | 9c383523a3f308e683dea3fb80e5774bfb2a040f (patch) | |
tree | 7e32e0f9d21a9ef116c976946744c146a00a2a6d /boehm-gc/configure.in | |
parent | 2e10660228633fdb4b85d72a460a8475d56058ac (diff) | |
download | gcc-9c383523a3f308e683dea3fb80e5774bfb2a040f.tar.gz |
solaris_threads.c (MAX_ORIG_STACK_SIZE): Provide special Solaris 2/Intel definition.
* solaris_threads.c (MAX_ORIG_STACK_SIZE) [I386]: Provide special
Solaris 2/Intel definition.
* configure.in (i?86-*-solaris2.[89]*): Define
SOLARIS25_PROC_VDB_BUG_FIXED.
* include/private/gcconfig.h [I386 && SUNOS5]: Use it.
* configure: Regenerate.
* include/private/gcconfig.h [I386 && SUNOS5] (DATASTART): Use _etext.
(DATAEND): Define using _end.
From-SVN: r45825
Diffstat (limited to 'boehm-gc/configure.in')
-rw-r--r-- | boehm-gc/configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/boehm-gc/configure.in b/boehm-gc/configure.in index 8fc2cdffbec..48f69908fab 100644 --- a/boehm-gc/configure.in +++ b/boehm-gc/configure.in @@ -153,6 +153,9 @@ case "$host" in alpha*-*-*) machdep="alpha_mach_dep.lo" ;; + i?86-*-solaris2.[[89]]*) + AC_DEFINE(SOLARIS25_PROC_VDB_BUG_FIXED) + ;; mipstx39-*-elf*) machdep="mips_ultrix_mach_dep.lo" AC_DEFINE(STACKBASE, __stackbase) |