From patchwork Mon Jan 3 17:11:09 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Carlini X-Patchwork-Id: 77299 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 8F111B70E3 for ; Tue, 4 Jan 2011 04:11:21 +1100 (EST) Received: (qmail 23693 invoked by alias); 3 Jan 2011 17:11:18 -0000 Received: (qmail 23676 invoked by uid 22791); 3 Jan 2011 17:11:17 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_NONE, TVD_SPACE_RATIO X-Spam-Check-By: sourceware.org Received: from vsmtp12.tin.it (HELO vsmtp12.tin.it) (212.216.176.206) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 03 Jan 2011 17:11:12 +0000 Received: from [192.168.0.4] (79.25.196.205) by vsmtp12.tin.it (8.5.132) id 4CFDF73001EDFF83; Mon, 3 Jan 2011 18:11:10 +0100 Message-ID: <4D22032D.4010205@oracle.com> Date: Mon, 03 Jan 2011 18:11:09 +0100 From: Paolo Carlini User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20101125 SUSE/3.0.11 Thunderbird/3.0.11 MIME-Version: 1.0 To: "gcc-patches@gcc.gnu.org" CC: libstdc++ , Jakub Jelinek Subject: [v3] libstdc++/46922 X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Hi, I'm committing these straightforward bits about std::bad_function_call. Tested x86_64-linux. Paolo. ///////////////// 2011-01-03 Paolo Carlini PR libstdc++/46922 * config/abi/pre/gnu.ver: Export std::bad_function_call symbols. Index: config/abi/pre/gnu.ver =================================================================== --- config/abi/pre/gnu.ver (revision 168431) +++ config/abi/pre/gnu.ver (working copy) @@ -1374,4 +1374,10 @@ # FNV hash. _ZSt15_Fnv_hash_bytesPKv*; + # std::bad_function_call. + _ZNSt17bad_function_callD*; + _ZTISt17bad_function_call; + _ZTSSt17bad_function_call; + _ZTVSt17bad_function_call; + } CXXABI_1.3.4;