From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17215 invoked by alias); 12 Jan 2015 13:41:43 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 17206 invoked by uid 89); 12 Jan 2015 13:41:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.6 required=5.0 tests=AWL,BAYES_50,SPF_PASS autolearn=ham version=3.3.2 X-HELO: usevmg21.ericsson.net Received: from usevmg21.ericsson.net (HELO usevmg21.ericsson.net) (198.24.6.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Mon, 12 Jan 2015 13:41:39 +0000 Received: from EUSAAHC005.ericsson.se (Unknown_Domain [147.117.188.87]) by usevmg21.ericsson.net (Symantec Mail Security) with SMTP id FE.17.25146.0D073B45; Mon, 12 Jan 2015 07:59:29 +0100 (CET) Received: from [142.133.110.232] (147.117.188.8) by smtp-am.internal.ericsson.com (147.117.188.89) with Microsoft SMTP Server id 14.3.195.1; Mon, 12 Jan 2015 08:41:35 -0500 Message-ID: <54B3CF10.6060107@ericsson.com> Date: Mon, 12 Jan 2015 13:41:00 -0000 From: Simon Marchi User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Subject: Re: [PATCH][PR gdb/17046] Use standard setjmp.h on Darwin References: <1410816254-24831-1-git-send-email-jrtc27@jrtc27.com> <54AC64E2.9070406@ericsson.com> In-Reply-To: <54AC64E2.9070406@ericsson.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-01/txt/msg00297.txt.bz2 On 15-01-06 05:42 PM, Simon Marchi wrote: > On 14-09-16 04:40 AM, Tristan Gingold wrote: >> >> On 15 Sep 2014, at 23:24, James Clarke 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 >>> >>> 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 I'll push this as obvious on Friday if it hasn't been already. Simon