This is the mail archive of the gdb-patches@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]

Re: [PATCH][PR gdb/17046] Use standard setjmp.h on Darwin


On 14-09-16 04:40 AM, Tristan Gingold wrote:
> 
> On 15 Sep 2014, at 23:24, James Clarke <jrtc27@jrtc27.com> wrote:
> 
>> 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:
>>
>> 2014-09-15  James Clarke  <jrtc27@jrtc27.com>
>>
>> 	PR gdb/17046
>> 	* darwin-nat.c: Import standard setjmp.h rather than the non-standard
>> 	machine/setjmp.h header that no longer exists as of OS X 10.10.
> 
> Yes, this is indeed obvious.
> 
> Please commit.
> 
> Tristan.

Hi Tristan and James,

My mac-user friend mentioned that he needed this fix to build gdb, and wondered
why it had not been merged (fell between cracks I suppose).

Thanks,

Simon


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