solaris_threads.c (MAX_ORIG_STACK_SIZE): Provide special Solaris 2/Intel definition.
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>
Wed, 26 Sep 2001 13:22:03 +0000 (13:22 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Wed, 26 Sep 2001 13:22:03 +0000 (13:22 +0000)
commit9c383523a3f308e683dea3fb80e5774bfb2a040f
tree7e32e0f9d21a9ef116c976946744c146a00a2a6d
parent2e10660228633fdb4b85d72a460a8475d56058ac
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
boehm-gc/ChangeLog
boehm-gc/configure
boehm-gc/configure.in
boehm-gc/include/private/gcconfig.h
boehm-gc/solaris_threads.c