From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 412 invoked by alias); 22 Nov 2007 12:08:10 -0000 Received: (qmail 392 invoked by uid 22791); 22 Nov 2007 12:08:08 -0000 X-Spam-Check-By: sourceware.org Received: from mx2.suse.de (HELO mx2.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 22 Nov 2007 12:07:59 +0000 Received: from Relay1.suse.de (mail2.suse.de [195.135.221.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx2.suse.de (Postfix) with ESMTP id F17F92C148 for ; Thu, 22 Nov 2007 13:07:56 +0100 (CET) Message-ID: <4745711B.90006@suse.de> Date: Thu, 22 Nov 2007 14:29:00 -0000 From: Paolo Carlini User-Agent: Thunderbird 2.0.0.6 (X11/20070801) MIME-Version: 1.0 To: Gcc Patch List Subject: [v3] Adjust new exports for 128-bit long double Content-Type: multipart/mixed; boundary="------------010701060500030004000007" X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2007-11/txt/msg01163.txt.bz2 This is a multi-part message in MIME format. --------------010701060500030004000007 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-length: 129 Hi, tested by Andreas Krebbel on s390 and sanity checked on x86_64-linux. Committed to mainline. Paolo. //////////////////// --------------010701060500030004000007 Content-Type: text/plain; name="CL_long_double" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="CL_long_double" Content-length: 118 2007-11-22 Paolo Carlini * config/abi/pre/gnu.ver: Adjust new exports for 128-bit long double. --------------010701060500030004000007 Content-Type: text/plain; name="patch_long_double" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch_long_double" Content-length: 731 Index: config/abi/pre/gnu.ver =================================================================== --- config/abi/pre/gnu.ver (revision 130348) +++ config/abi/pre/gnu.ver (working copy) @@ -770,14 +770,14 @@ _ZNKSt3tr14hashIRKSsEclES2_; _ZNKSt3tr14hashISbIwSt11char_traitsIwESaIwEEEclES4_; _ZNKSt3tr14hashISsEclESs; - _ZNKSt3tr14hashIeEclEe; + _ZNKSt3tr14hashI[eg]EclE[eg]; _ZNKSt4hashIRKSbIwSt11char_traitsIwESaIwEEEclES5_; _ZNKSt4hashIRKSsEclES1_; _ZNKSt4hashISbIwSt11char_traitsIwESaIwEEEclES3_; _ZNKSt4hashISsEclESs; _ZNKSt4hashISt10error_codeEclES0_; - _ZNKSt4hashIeEclEe; + _ZNKSt4hashI[eg]EclE[eg]; # for parallel mode _ZNSt9__cxx199815_List_node_base4hook*; --------------010701060500030004000007--