From: James Clarke Date: Mon, 12 Jan 2015 17:13:54 +0000 (+0400) Subject: [darwin/gdb] Use instead of X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4ac15b59f2f506ff0ad59f148275cd7406b8d765;p=binutils-gdb.git [darwin/gdb] Use instead of 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 (tiny patch) PR gdb/17046 * darwin-nat.c: Replace #include by #include. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d8c6a1436bb..b661c5410fc 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2015-01-12 James Clarke (tiny patch) + + PR gdb/17046 + * darwin-nat.c: Replace #include by + #include. + 2015-01-11 Doug Evans * dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME. diff --git a/gdb/darwin-nat.c b/gdb/darwin-nat.c index b44dcb4d1dd..f9481c75738 100644 --- a/gdb/darwin-nat.c +++ b/gdb/darwin-nat.c @@ -41,7 +41,7 @@ #include #include -#include +#include #include #include #include