From bc912cf94ef91c1ce9dd9a833ab2797ebc120bba Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Fri, 2 May 2014 23:51:21 +0400 Subject: [PATCH] Remove obsolete BACKING_STORE_ALIGNMENT/DISPLACEMENT macros for Linux/IA64 * include/private/gcconfig.h (BACKING_STORE_ALIGNMENT, BACKING_STORE_DISPLACEMENT): Remove unused macro for linux/ia64; update adjacent comment. --- include/private/gcconfig.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/include/private/gcconfig.h b/include/private/gcconfig.h index f866cc4e..5aaf5503 100644 --- a/include/private/gcconfig.h +++ b/include/private/gcconfig.h @@ -1857,11 +1857,7 @@ /* This does not work on NUE: */ # define LINUX_STACKBOTTOM /* We also need the base address of the register stack */ - /* backing store. This is computed in */ - /* GC_linux_register_stack_base based on the following */ - /* constants: */ -# define BACKING_STORE_ALIGNMENT 0x100000 -# define BACKING_STORE_DISPLACEMENT 0x80000000 + /* backing store. */ extern ptr_t GC_register_stackbottom; # define BACKING_STORE_BASE GC_register_stackbottom # define SEARCH_FOR_DATA_START -- 2.40.0