From 1507c1fcc07308175dbd0528f97a6c14311d063b Mon Sep 17 00:00:00 2001 From: SUGIOKA Toshinobu Date: Mon, 18 Jul 2005 09:03:43 +0900 Subject: [PATCH] * include/private/gcconfig.h (sh-linux): Use LINUX_STACKBOTTOM. From-SVN: r102123 --- boehm-gc/ChangeLog | 4 ++++ boehm-gc/include/private/gcconfig.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index 7d05aa9ca9a0..b5892d9253a3 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,3 +1,7 @@ +2005-07-17 SUGIOKA Toshinobu + + * include/private/gcconfig.h (sh-linux): Use LINUX_STACKBOTTOM. + 2005-05-25 Andrew Haley * include/private/gcconfig.h (HBLKSIZE): Define to 4096 on diff --git a/boehm-gc/include/private/gcconfig.h b/boehm-gc/include/private/gcconfig.h index 5544991d83c0..b9c3c5b2dae3 100644 --- a/boehm-gc/include/private/gcconfig.h +++ b/boehm-gc/include/private/gcconfig.h @@ -1751,7 +1751,7 @@ # endif # ifdef LINUX # define OS_TYPE "LINUX" -# define STACKBOTTOM ((ptr_t) 0x7c000000) +# define LINUX_STACKBOTTOM # define USE_GENERIC_PUSH_REGS # define DYNAMIC_LOADING # define SEARCH_FOR_DATA_START -- 2.47.2