]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR boehm-gc/52179 (boehm-gc incompatible with aslr on darwin11)
authorPatrick Marlier <patrick.marlier@gmail.com>
Fri, 24 Feb 2012 15:21:12 +0000 (15:21 +0000)
committerPatrick Marlier <pmarlier@gcc.gnu.org>
Fri, 24 Feb 2012 15:21:12 +0000 (15:21 +0000)
commite00db5114228d50fece5c764a1f077e065cf8605
tree5fa07983ce5f834e7151dcc8faecefda82f3881c
parentb9af73fca3e2e71b67880731f9be888e0445e9de
re PR boehm-gc/52179 (boehm-gc incompatible with aslr on darwin11)

2012-02-23  Patrick Marlier  <patrick.marlier@gmail.com>
    Jack Howarth  <howarth@bromo.med.uc.edu>

boehm-gc/

PR boehm-gc/52179
* include/gc_config.h.in: Undefine HAVE_PTHREAD_GET_STACKADDR_NP.
* include/private/gcconfig.h (DARWIN): Define STACKBOTTOM with
pthread_get_stackaddr_np when available.
* configure.ac (THREADS): Check availability of pthread_get_stackaddr_np.
* configure: Regenerate.

libjava/

PR target/49461
* configure.ac (SYSTEMSPEC): No longer pass -no_pie for darwin11.
* configure: Regenerate.

Co-Authored-By: Jack Howarth <howarth@bromo.med.uc.edu>
From-SVN: r184555
boehm-gc/ChangeLog
boehm-gc/configure
boehm-gc/configure.ac
boehm-gc/include/gc_config.h.in
boehm-gc/include/private/gcconfig.h
libjava/ChangeLog
libjava/configure
libjava/configure.ac