From: Richard Henderson Date: Tue, 12 Apr 2005 19:48:18 +0000 (-0700) Subject: * include/private/gcconfig.h (alpha-linux): Use LINUX_STACKBOTTOM. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=82052bec134fce9c62e55f2d482ac4e2a05ce6d4;p=gcc.git * include/private/gcconfig.h (alpha-linux): Use LINUX_STACKBOTTOM. From-SVN: r98032 --- diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index 413c261311a..9440885639e 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,3 +1,7 @@ +2005-04-12 Richard Henderson + + * include/private/gcconfig.h (alpha-linux): Use LINUX_STACKBOTTOM. + 2005-03-23 Mike Stump * darwin_stop_world.c: Update for -m64 multilib. diff --git a/boehm-gc/include/private/gcconfig.h b/boehm-gc/include/private/gcconfig.h index fbabdedd772..7f3b63e4a2c 100644 --- a/boehm-gc/include/private/gcconfig.h +++ b/boehm-gc/include/private/gcconfig.h @@ -1550,7 +1550,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