This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug boehm-gc/52179] boehm-gc incompatible with aslr on darwin11


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52179

--- Comment #27 from pmarlier at gcc dot gnu.org 2012-02-24 15:21:20 UTC ---
Author: pmarlier
Date: Fri Feb 24 15:21:12 2012
New Revision: 184555

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184555
Log:
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.


Modified:
    trunk/boehm-gc/ChangeLog
    trunk/boehm-gc/configure
    trunk/boehm-gc/configure.ac
    trunk/boehm-gc/include/gc_config.h.in
    trunk/boehm-gc/include/private/gcconfig.h
    trunk/libjava/ChangeLog
    trunk/libjava/configure
    trunk/libjava/configure.ac


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]