From owner-cvs-src@FreeBSD.ORG Wed Apr 23 13:17:23 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9E18106564A; Wed, 23 Apr 2008 13:17:23 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 2EA388FC16; Wed, 23 Apr 2008 13:17:22 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (vader.bytemobile-rio.ondsl.gr [83.235.57.37]) (authenticated bits=128) by igloo.linux.gr (8.14.2/8.14.2/Debian-3) with ESMTP id m3NCww1t011152 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 23 Apr 2008 15:59:09 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.2/8.14.2) with ESMTP id m3NCwrgZ002144; Wed, 23 Apr 2008 15:58:53 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.2/8.14.2/Submit) id m3NCwrua002143; Wed, 23 Apr 2008 15:58:53 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) From: Giorgos Keramidas To: Marius Strobl References: <200804212040.m3LKehHW038565@repoman.freebsd.org> Date: Wed, 23 Apr 2008 15:58:53 +0300 In-Reply-To: <200804212040.m3LKehHW038565@repoman.freebsd.org> (Marius Strobl's message of "Mon, 21 Apr 2008 20:40:43 +0000 (UTC)") Message-ID: <87r6cw4tiq.fsf@kobe.laptop> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-MailScanner-ID: m3NCww1t011152 X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.956, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.44, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/contrib/gcc - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2008 13:17:23 -0000 On Mon, 21 Apr 2008 20:40:43 +0000 (UTC), Marius Strobl wrote: > marius 2008-04-21 20:40:43 UTC > > FreeBSD src repository > > src/contrib/gcc - Imported sources > Update of /home/ncvs/src/contrib/gcc > In directory repoman.freebsd.org:/tmp/cvs-serv38448 > > Log Message: > * gthr-posix.h (__gthread_active_p): Use the Solaris implementation > for FreeBSD as well. > > This is the fix for __gthread_active_p() returning false positives > which was committed as rev. 1.1.1.8.2.1 to RELENG_7 but now looped > back to the vendor branch via the GCC repository and relicensed to > be GPLv2 by me. > Thanks go to gerald@ for getting the fix approved upstream and for > committing to the GCC repository. > > PR: 119289 > Approved by: core Thanks! :)