From 66c772d6eaaed2c765d10e720d0d9cd8cb108651 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Fri, 22 May 2009 21:06:06 +0000 Subject: [PATCH] Update parameters for PS3 svn path=/trunk/mono/; revision=134618 --- libgc/include/private/gcconfig.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libgc/include/private/gcconfig.h b/libgc/include/private/gcconfig.h index 58bbb525917..66137857ba8 100644 --- a/libgc/include/private/gcconfig.h +++ b/libgc/include/private/gcconfig.h @@ -889,11 +889,11 @@ # define ALIGNMENT 4 extern int _end []; // extern int _dso_handle[]; - extern int __bss; + extern int __bss_start; # define DATAEND (_end) -# define DATASTART (__bss) -# define HEURISTIC2 +# define DATASTART (__bss_start) +# define STACKBOTTOM ((ptr_t) ps3_get_stack_bottom ()) # define USE_GENERIC_PUSHREGS # endif -- 2.25.1