From: Andreas Krebbel Date: Wed, 27 Jan 2010 09:15:19 +0000 (+0000) Subject: gnu.ver: Avoid time_get pattern conflicts. X-Git-Tag: releases/gcc-4.5.0~1037 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4b04ed67dee0b74eaad24d08711590b4dd04d3b;p=thirdparty%2Fgcc.git gnu.ver: Avoid time_get pattern conflicts. 2010-01-27 Andreas Krebbel * config/abi/pre/gnu.ver: Avoid time_get pattern conflicts. From-SVN: r156275 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 4263844279f4..3994bba81402 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2010-01-27 Andreas Krebbel + + * config/abi/pre/gnu.ver: Avoid time_get pattern conflicts. + 2010-01-26 François Dumont * doc/xml/manual/allocator.xml: Minor updates and fixes. diff --git a/libstdc++-v3/config/abi/pre/gnu.ver b/libstdc++-v3/config/abi/pre/gnu.ver index c6ad78abf92b..447b63ede49e 100644 --- a/libstdc++-v3/config/abi/pre/gnu.ver +++ b/libstdc++-v3/config/abi/pre/gnu.ver @@ -461,8 +461,9 @@ GLIBCXX_3.4 { # std::time_get _ZNSt8time_get*; - _ZNKSt8time_getI[cw]St19istreambuf_iteratorI[cw]St11char_traitsI[cw]EEE[0-9]*; - _ZNKSt8time_getI[cw]St19istreambuf_iteratorI[cw]St11char_traitsI[cw]EEE1[0-9]*; + _ZNKSt8time_getI[cw]St19istreambuf_iteratorI[cw]St11char_traitsI[cw]EEE1*; + _ZNKSt8time_getI[cw]St19istreambuf_iteratorI[cw]St11char_traitsI[cw]EEE8*; + _ZNKSt8time_getI[cw]St19istreambuf_iteratorI[cw]St11char_traitsI[cw]EEE21*; # std::time_get_byname _ZNSt15time_get_byname*;