Re: [PATCH]: Fix PR52179 and remove hack from PR48299

2012-02-23 Thread Mike Stump
On Feb 23, 2012, at 1:03 PM, Jack Howarth wrote: > Okay for gcc trunk for gcc 4.7 since this is target specific? Ok. > 2012-02-23 Patrick Marlier > Jack Howarth > > boehm-gc/ > > PR boehm-gc/52179 > * include/gc_config.h.in: Undefine HAVE_PTHREAD_GET_STACKADDR_NP. >

[PATCH]: Fix PR52179 and remove hack from PR48299

2012-02-23 Thread Jack Howarth
The attached patch implements the fix for supporting aslr on darwin11 and later which exists in current upstream boehm-gc, as discussed in https://github.com/ivmai/bdwgc/issues/13; see https://github.com/ivmai/bdwgc/commit/faef04e7cb3741163dfdf65900ef5d2a0530be0f. This change eliminates the tes