From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4939 invoked by alias); 27 Jul 2014 04:23:18 -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 4919 invoked by uid 89); 27 Jul 2014 04:23:15 -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,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pd0-f181.google.com Received: from mail-pd0-f181.google.com (HELO mail-pd0-f181.google.com) (209.85.192.181) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sun, 27 Jul 2014 04:23:14 +0000 Received: by mail-pd0-f181.google.com with SMTP id g10so7878677pdj.12 for ; Sat, 26 Jul 2014 21:23:12 -0700 (PDT) X-Received: by 10.69.10.164 with SMTP id eb4mr29643921pbd.35.1406434992721; Sat, 26 Jul 2014 21:23:12 -0700 (PDT) Received: from seba.sebabeach.org.gmail.com (173-13-178-50-sfba.hfc.comcastbusiness.net. [173.13.178.50]) by mx.google.com with ESMTPSA id nw13sm51610127pab.37.2014.07.26.21.23.11 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 26 Jul 2014 21:23:12 -0700 (PDT) From: Doug Evans To: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=), gdb-patches@sourceware.org Subject: Re: [PATCH] Apply workaround for PR 17185 References: <87zjg482pp.fsf@gnu.org> Date: Sun, 27 Jul 2014 04:23:00 -0000 In-Reply-To: <87zjg482pp.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Sun, 20 Jul 2014 17:33:22 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2014-07/txt/msg00686.txt.bz2 ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Doug Evans skribis: > >> 2014-07-19 Doug Evans >> >> PR 17185 >> * configure.ac: Add check for header gc/gc.h. >> Add check for function setenv. >> * configure: Regenerate. >> * config.h: Regenerate. >> * guile/guile.c (_initialize_guile): Add workaround for libgc 7.4.0. > > LGTM. > > Ludo'. Committed to trunk and 7.8 branch.