2012-02-23 Patrick Marlier <patrick.marlier@gmail.com>
authorpmarlier <pmarlier@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 24 Feb 2012 15:21:12 +0000 (15:21 +0000)
committerpmarlier <pmarlier@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 24 Feb 2012 15:21:12 +0000 (15:21 +0000)
commitd4b8abac608cfb0daf61819d84a5882a3a76db05
tree5fa07983ce5f834e7151dcc8faecefda82f3881c
parentaa834ebc50f9ad5428385675e6b337ee7f5b25da
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@184555 138bc75d-0d04-0410-961f-82ee72b054a4
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