From: Zoltan Varga Date: Sun, 18 Jan 2009 14:44:36 +0000 (+0000) Subject: 2009-01-18 Zoltan Varga X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0617bfc1e0423fe9a335787285569a9421ddead1;p=gc 2009-01-18 Zoltan Varga * include/private/gcconfig.h: Applied patch from Koushik Dutta (koush@koushikdutta.com). Define SEARCH_FOR_DATA_START for android. svn path=/trunk/mono/; revision=123732 --- diff --git a/ChangeLog b/ChangeLog index 17234b08..cbd82f27 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-01-18 Zoltan Varga + + * include/private/gcconfig.h: Applied patch from Koushik Dutta + (koush@koushikdutta.com). Define SEARCH_FOR_DATA_START for android. + 2008-11-18 Mark Probst * include/private/gc_locks.h (test_and_set): The PPC64 case is diff --git a/include/private/gcconfig.h b/include/private/gcconfig.h index ec3aeb29..0069b8ed 100644 --- a/include/private/gcconfig.h +++ b/include/private/gcconfig.h @@ -1868,6 +1868,8 @@ # include # if defined(__GLIBC__) && __GLIBC__ >= 2 # define SEARCH_FOR_DATA_START +# elif defined(PLATFORM_ANDROID) +# define SEARCH_FOR_DATA_START # else extern char **__environ; # define DATASTART ((ptr_t)(&__environ))