This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB 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 gdb/17046] Will not build on OS X 10.10 Yosemite.


https://sourceware.org/bugzilla/show_bug.cgi?id=17046

--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Joel Brobecker <brobecke@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=4ac15b59f2f506ff0ad59f148275cd7406b8d765

commit 4ac15b59f2f506ff0ad59f148275cd7406b8d765
Author: James Clarke <jrtc27@jrtc27.com>
Date:   Mon Jan 12 21:13:54 2015 +0400

    [darwin/gdb] Use <setjmp.h> instead of <machine/setjmp.h>

    The `machine/setjmp.h' header is no longer present on OS X 10.10, and is
    non-standard. Instead, `darwin-nat.c' should be using the standard
    `setjmp.h' header.

    gdb/ChangeLog:

    2015-01-12  James Clarke  <jrtc27@jrtc27.com>  (tiny patch)

        PR gdb/17046
        * darwin-nat.c: Replace <machine/setjmp.h> #include by
        <setjmp.h> #include.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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