From: Ivan Maidanski Date: Fri, 2 May 2014 19:51:21 +0000 (+0400) Subject: Remove obsolete BACKING_STORE_ALIGNMENT/DISPLACEMENT macros for Linux/IA64 X-Git-Tag: gc7_6_0~266 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc912cf94ef91c1ce9dd9a833ab2797ebc120bba;p=gc 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. --- 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