From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21840 invoked by alias); 12 Jan 2015 17:49:56 -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 21827 invoked by uid 89); 12 Jan 2015 17:49:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-HELO: usevmg20.ericsson.net Received: from usevmg20.ericsson.net (HELO usevmg20.ericsson.net) (198.24.6.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Mon, 12 Jan 2015 17:49:54 +0000 Received: from EUSAAHC002.ericsson.se (Unknown_Domain [147.117.188.78]) by usevmg20.ericsson.net (Symantec Mail Security) with SMTP id 48.36.03307.827B3B45; Mon, 12 Jan 2015 12:59:37 +0100 (CET) Received: from [142.133.110.232] (147.117.188.8) by smtp-am.internal.ericsson.com (147.117.188.80) with Microsoft SMTP Server id 14.3.195.1; Mon, 12 Jan 2015 12:49:50 -0500 Message-ID: <54B4093E.5020404@ericsson.com> Date: Mon, 12 Jan 2015 17:49: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: Joel Brobecker CC: 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> <54B3CF10.6060107@ericsson.com> <20150112172122.GA8167@adacore.com> In-Reply-To: <20150112172122.GA8167@adacore.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-01/txt/msg00309.txt.bz2 On 15-01-12 12:21 PM, Joel Brobecker wrote: >>>>> 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. > [...] >> I'll push this as obvious on Friday if it hasn't been already. > > Given that branching is potentially tomorrow, and that this causes > a build failure for which the only workaround is to edit the code, > I just pushed it now. That way, we won't have to push it on the branch > after we've created it. > > https://www.sourceware.org/ml/gdb-cvs/2015-01/msg00090.html Thanks a lot!