This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch] libstdc++/26970


On Mon, Jun 12, 2006 at 01:49:34PM -0500, Benjamin Kosnik wrote:
> 
> > 	* config/locale/gnu/c_locale.h (__convert_from_v<>): Change to
> > 	variadic function, instead of template function.
> 
> Hey P. 
> 
> If you change this, you'll need to edit ldbl-extra.ver.
> 
> I see these kinds of exports on i486:
> FUNC:_ZSt14__convert_to_vIdEvPKcRT_RSt12_Ios_IostateRKP15__locale_struct@@GLIBCXX_3.4
> FUNC:_ZSt14__convert_to_vIeEvPKcRT_RSt12_Ios_IostateRKP15__locale_struct@@GLIBCXX_3.4
> FUNC:_ZSt14__convert_to_vIfEvPKcRT_RSt12_Ios_IostateRKP15__locale_struct@@GLIBCXX_3.4

These are convert_to_v, not convert_from_v.  So, ldbl-extra.ver doesn't need
any changes.

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]