public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [v3] Adjust new exports for 128-bit long double
@ 2007-11-22 14:29 Paolo Carlini
  0 siblings, 0 replies; only message in thread
From: Paolo Carlini @ 2007-11-22 14:29 UTC (permalink / raw)
  To: Gcc Patch List

[-- Attachment #1: Type: text/plain, Size: 129 bytes --]

Hi,

tested by Andreas Krebbel on s390 and sanity checked on x86_64-linux.

Committed to mainline.

Paolo.

////////////////////

[-- Attachment #2: CL_long_double --]
[-- Type: text/plain, Size: 118 bytes --]

2007-11-22  Paolo Carlini  <pcarlini@suse.de>

	* config/abi/pre/gnu.ver: Adjust new exports for 128-bit long double.

[-- Attachment #3: patch_long_double --]
[-- Type: text/plain, Size: 731 bytes --]

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*;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-11-22 12:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-22 14:29 [v3] Adjust new exports for 128-bit long double Paolo Carlini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).