From owner-svn-src-vendor@FreeBSD.ORG Mon Jan 21 17:31:12 2013 Return-Path: Delivered-To: svn-src-vendor@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D1D11AAA; Mon, 21 Jan 2013 17:31:12 +0000 (UTC) (envelope-from theraven@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B93FCFD; Mon, 21 Jan 2013 17:31:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0LHVCIN094729; Mon, 21 Jan 2013 17:31:12 GMT (envelope-from theraven@svn.freebsd.org) Received: (from theraven@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0LHVCNU094728; Mon, 21 Jan 2013 17:31:12 GMT (envelope-from theraven@svn.freebsd.org) Message-Id: <201301211731.r0LHVCNU094728@svn.freebsd.org> From: David Chisnall Date: Mon, 21 Jan 2013 17:31:12 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-vendor@freebsd.org Subject: svn commit: r245743 - vendor/libcxxrt/dist X-SVN-Group: vendor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-vendor@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the vendor work area tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 17:31:12 -0000 Author: theraven Date: Mon Jan 21 17:31:12 2013 New Revision: 245743 URL: http://svnweb.freebsd.org/changeset/base/245743 Log: Imported new libcxxrt (one-line fix). Modified: vendor/libcxxrt/dist/exception.cc Modified: vendor/libcxxrt/dist/exception.cc ============================================================================== --- vendor/libcxxrt/dist/exception.cc Mon Jan 21 14:06:33 2013 (r245742) +++ vendor/libcxxrt/dist/exception.cc Mon Jan 21 17:31:12 2013 (r245743) @@ -801,7 +801,7 @@ extern "C" void __cxa_decrement_exceptio */ extern "C" void __cxa_rethrow() { - __cxa_thread_info *ti = thread_info_fast(); + __cxa_thread_info *ti = thread_info(); __cxa_eh_globals *globals = &ti->globals; // Note: We don't remove this from the caught list here, because // __cxa_end_catch will be called when we unwind out of the try block. We From owner-svn-src-vendor@FreeBSD.ORG Mon Jan 21 17:32:32 2013 Return-Path: Delivered-To: svn-src-vendor@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 25C5DD62; Mon, 21 Jan 2013 17:32:32 +0000 (UTC) (envelope-from theraven@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id F1DDA122; Mon, 21 Jan 2013 17:32:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0LHWVDi094969; Mon, 21 Jan 2013 17:32:31 GMT (envelope-from theraven@svn.freebsd.org) Received: (from theraven@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0LHWVCZ094968; Mon, 21 Jan 2013 17:32:31 GMT (envelope-from theraven@svn.freebsd.org) Message-Id: <201301211732.r0LHWVCZ094968@svn.freebsd.org> From: David Chisnall Date: Mon, 21 Jan 2013 17:32:31 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-vendor@freebsd.org Subject: svn commit: r245744 - vendor/libcxxrt/2013-01-21-c4b68a5c1836b9027fe8784fec25b7a2e6e6aa60 X-SVN-Group: vendor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-vendor@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the vendor work area tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 17:32:32 -0000 Author: theraven Date: Mon Jan 21 17:32:31 2013 New Revision: 245744 URL: http://svnweb.freebsd.org/changeset/base/245744 Log: Tagged libcxxrt import. Added: vendor/libcxxrt/2013-01-21-c4b68a5c1836b9027fe8784fec25b7a2e6e6aa60/ - copied from r245743, vendor/libcxxrt/dist/