This is the mail archive of the gcc-patches@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]

Re: PATCH: Enable softfp support on Solaris 2/x86 (PR target/39048)


On Wed, 24 Feb 2010, Rainer Orth wrote:

> It turned out that the fix is relatively easy: just add the same softfp
> support as on other x86 platforms.  The following patch does just this

You should also arrange for the proper symbol versions to be used for 
these functions to reflect the version in which they are added.  Don't 
make the mistake made for x86_64 GNU/Linux of getting some of the 
versions wrong.

%ifdef __x86_64__
# Those symbols had improper versions when they were added to gcc 4.3.0.
# We corrected the default version to GCC_4.3.0.  But we keep the old
# version for backward binary compatibility. 

[from gcc/config/i386/libgcc-glibc.ver]

-- 
Joseph S. Myers
joseph@codesourcery.com


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