From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 124360 invoked by alias); 13 May 2015 10:37:03 -0000 Mailing-List: contact java-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-patches-owner@gcc.gnu.org Received: (qmail 124328 invoked by uid 89); 13 May 2015 10:37:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-Spam-User: qpsmtpd, 3 recipients X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 13 May 2015 10:37:01 +0000 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t4DAauhg029635 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 13 May 2015 06:36:57 -0400 Received: from localhost (ovpn-116-139.ams2.redhat.com [10.36.116.139]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t4DAatuY003829; Wed, 13 May 2015 06:36:56 -0400 Date: Wed, 13 May 2015 10:37:00 -0000 From: Jonathan Wakely To: Eric Botcazou Cc: gcc-patches@gcc.gnu.org, libstdc++@gcc.gnu.org, java-patches@gcc.gnu.org Subject: Re: [patch] Clean up detection of SJLJ exceptions in target libraries Message-ID: <20150513103655.GC30202@redhat.com> References: <1440100.16fMh0Bpp2@polaris> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <1440100.16fMh0Bpp2@polaris> User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2015-q2/txt/msg00013.txt.bz2 On 12/05/15 18:42 +0200, Eric Botcazou wrote: >libstdc++-v3/ > * acinclude.m4 (GLIBCXX_ENABLE_SJLJ_EXCEPTIONS): Delete. > * configure.ac: Remove GLIBCXX_ENABLE_SJLJ_EXCEPTIONS. > * config.h.in: Regenerate. > * configure: Likewise. > * libsupc++/eh_personality.cc: Replace _GLIBCXX_SJLJ_EXCEPTIONS by > __USING_SJLJ_EXCEPTIONS__. > * libsupc++/eh_throw.cc: Likewise. > * libsupc++/eh_ptr.cc: Likewise. > * doc/html/manual/appendix_porting.html: Remove > GLIBCXX_ENABLE_SJLJ_EXCEPTIONS > * doc/xml/manual/build_hacking.xml: Likewise. > * doc/html/manual/configure.html: Remove --enable-sjlj-exceptions. > * doc/xml/manual/configure.xml: Likewise. The libstdc++ parts are OK, thanks.