From patchwork Tue Sep 10 15:49:22 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kai Tietz X-Patchwork-Id: 273919 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]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 55FAE2C0128 for ; Wed, 11 Sep 2013 01:49:32 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:date:message-id:subject:from:to:content-type; q= dns; s=default; b=B0+9wdR8t/U2yiIV5kJF5To+mwDYp5uBBw2a1Wi8flJZsP nvP/4htMi44iCmzvuGzG1bBoT2VRpuO5IW8NrhxY9QhCeYyhVPcRnzSUg5XCYRvh lksd0usH06UUlw5pH3r7urLbgSBP/GDkDCPt0Su3WYS7xHdsRFd70xoEzQfHY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:date:message-id:subject:from:to:content-type; s= default; bh=PLPNUA6SSlX86Dr1zGbioFdu/sM=; b=JemvNcWes+kFYDRuyh0Z 1DcJmanqJWLknM6shtX5NmrDBOl6DnTHgpHXSUlcc2di7ZAuxwCgER5J29SZktPR FeF06d0XZCNBjDepSQsoD6gdqhw9FKBENxQLNvz1uueB4946J3KltgnT8b7U6lTQ aQb6S+K93w1wtlghycWTYFY= Received: (qmail 2383 invoked by alias); 10 Sep 2013 15:49:25 -0000 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 Received: (qmail 2356 invoked by uid 89); 10 Sep 2013 15:49:25 -0000 Received: from mail-ie0-f177.google.com (HELO mail-ie0-f177.google.com) (209.85.223.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 10 Sep 2013 15:49:25 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL, BAYES_00, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, NO_RELAYS autolearn=no version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-ie0-f177.google.com Received: by mail-ie0-f177.google.com with SMTP id qd12so6453424ieb.22 for ; Tue, 10 Sep 2013 08:49:23 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.50.27.9 with SMTP id p9mr10711609igg.53.1378828162902; Tue, 10 Sep 2013 08:49:22 -0700 (PDT) Received: by 10.64.133.138 with HTTP; Tue, 10 Sep 2013 08:49:22 -0700 (PDT) Date: Tue, 10 Sep 2013 17:49:22 +0200 Message-ID: Subject: [patch libstdc++]: Fix Bug 54314 - [4.8 Regression] undefined references to 'construction vtable for std::ostream-in-std::basic_ostringstream, std::allocator >' From: Kai Tietz To: GCC Patches , "libstdc++" X-IsSubscribed: yes Hi, this seems to be a trivial one. ChangeLog 2013-09-10 Kai Tietz PR/54314 * config/abi/pre/gnu-versioned-namespace.ver: Add thunk _ZTv0_n12_NS* like in gnu,ver. Tested for i686-w64-mingw32, x86_64-w64-mingw32. Ok for apply? Regards, Kai Index: config/abi/pre/gnu-versioned-namespace.ver =================================================================== --- config/abi/pre/gnu-versioned-namespace.ver (Revision 202467) +++ config/abi/pre/gnu-versioned-namespace.ver (Arbeitskopie) @@ -63,6 +63,7 @@ GLIBCXX_7.0 { _ZTVN9__gnu_cxx3__718stdio_sync_filebufI[cw]NSt3__711char_traitsI[cw]EEEE; # thunk + _ZTv0_n12_NS*; _ZTv0_n24_NS*; # typeinfo structure