From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23620 invoked by alias); 15 Sep 2014 23:45:26 -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 23610 invoked by uid 89); 15 Sep 2014 23:45:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,MISSING_HEADERS,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-we0-f178.google.com Received: from mail-we0-f178.google.com (HELO mail-we0-f178.google.com) (74.125.82.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 15 Sep 2014 23:45:24 +0000 Received: by mail-we0-f178.google.com with SMTP id q58so4888048wes.9 for ; Mon, 15 Sep 2014 16:45:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references; bh=V/pWEyuCo78I8NStZqfpLLwMXKO8Kxfr/gmY+D7k3FY=; b=ScrL1mP+0azhT3+VkNDkiaEhKO/QRCtDvrf/VLpkKIt4EHjsZmYVJM3T7pL/S7SSDP 9ibIFvW0phpdSdbFQrckLGuoPAePyIpkKdUJ1UJJi9jhRHYP+pCYeWdwiWS/JkWeEigj 8BqNOa7h6f48hWCUXKTJU4DF9jTKmdZ7j7F8MKUFZz0t06EOvOXRIZzKJ65i5WuRUvgc wt4h9x80dOzSSEvjeJo9k4s9K0akUXiFEBI8YxV/MevTc2OhvGMHHhNYbC14sFUvTzn4 uRiZQ5N92u7DMGDU2ORGPhJ2cLadtev9Jn4D/m4lOOemskcivA9Ol+z1EVmBUOuicXLx HzGQ== X-Gm-Message-State: ALoCoQnPFRB3TWYSr2jjebJZuAGO8hoSJnugncCUFboQgDW2r0SyC+SVv7jH4bTDyNQRISPTXQBr X-Received: by 10.194.123.1 with SMTP id lw1mr38546678wjb.4.1410824721448; Mon, 15 Sep 2014 16:45:21 -0700 (PDT) Received: from [192.168.0.27] (host81-133-133-27.in-addr.btopenworld.com. [81.133.133.27]) by mx.google.com with ESMTPSA id el10sm13243661wib.23.2014.09.15.16.45.20 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 15 Sep 2014 16:45:20 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.0 \(1985.3\)) Subject: Re: [PATCH][PR gdb/17046] Use standard setjmp.h on Darwin From: James Clarke In-Reply-To: <87iokova6d.fsf@redhat.com> Date: Mon, 15 Sep 2014 23:45:00 -0000 Cc: gdb-patches@sourceware.org Content-Transfer-Encoding: quoted-printable Message-Id: <073395E1-3B91-4685-B663-77BD84C969EE@jrtc27.com> References: <1410816254-24831-1-git-send-email-jrtc27@jrtc27.com> <87iokova6d.fsf@redhat.com> X-SW-Source: 2014-09/txt/msg00513.txt.bz2 That=E2=80=99s where I got the fix from. Not quite sure why this include lo= cation was chosen in the first place; `setjmp.h' was a standard header in pure ANSI C. The only reason I can think of is that older versions had=20 `setjmp.h=E2=80=99 which simply includes `machine/setjmp.h=E2=80=99, which = had the actual definitions. James Clarke > On 15 Sep 2014, at 22:35, Sergio Durigan Junior wro= te: >=20 > On Monday, September 15 2014, James Clarke wrote: >=20 >> 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. >=20 > Thanks. >=20 > I am not a Mac user, and I know nothing about the details of the system, > but I did a little investigation and I think this is the right fix > indeed. >=20 > FWIW, I found > > which is a related discussion. >=20 > This is not an approval, BTW. >=20 > --=20 > Sergio > GPG key ID: 0x65FC5E36 > Please send encrypted e-mail if possible > http://sergiodj.net/