From: Richard Henderson Date: Tue, 12 Apr 2005 09:05:52 +0000 (-0700) Subject: * include/private/gcconfig.h (alpha-linux): Use LINUX_STACKBOTTOM. X-Git-Tag: releases/gcc-3.4.4~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=259e434bbe3ea6a4b4f21a44016b780dc2cca98c;p=thirdparty%2Fgcc.git * include/private/gcconfig.h (alpha-linux): Use LINUX_STACKBOTTOM. From-SVN: r98013 --- diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index 2a2f8d228b72..9f6653d37b16 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,3 +1,7 @@ +2005-04-11 Richard Henderson + + * include/private/gcconfig.h (alpha-linux): Use LINUX_STACKBOTTOM. + 2005-02-22 Bryce McKinlay PR libgcj/19823 diff --git a/boehm-gc/include/private/gcconfig.h b/boehm-gc/include/private/gcconfig.h index 8dc776286cf3..1510089abf71 100644 --- a/boehm-gc/include/private/gcconfig.h +++ b/boehm-gc/include/private/gcconfig.h @@ -1514,7 +1514,7 @@ # endif # ifdef LINUX # define OS_TYPE "LINUX" -# define STACKBOTTOM ((ptr_t) 0x120000000) +# define LINUX_STACKBOTTOM # ifdef __ELF__ # define SEARCH_FOR_DATA_START # define DYNAMIC_LOADING