This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug target/36669] Wrong versioning for __float128



------- Comment #3 from joseph at codesourcery dot com  2008-06-30 09:40 -------
Subject: Re:  Wrong versioning for __float128

On Mon, 30 Jun 2008, hjl dot tools at gmail dot com wrote:

> BTW, it turns out that gcc 4.3 has those __float128 functions in libgcc.a.
> That means all __float128 functions are linked in as hidden functions.
> Changing to @GCC_4.3.0 won't make any differences since the ones in
> libgcc_s.so are never used.

They are used if the compiler uses shared libgcc, which is the default for 
C++ compilations, for example.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36669


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