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]: TFmode/TImode support for x86_64 - addendum


On Fri, 4 May 2007, Uros Bizjak wrote:

>        * config/i386/libgcc-x86_64-glibc.ver (__addtf3, __divtf3, __eqtf2,
>        __extenddftf2, __extendsftf2, __fixdfti, __fixsfti, __fixtfdi,
>        __fixtfsi, __fixtfti, __fixunsdfti, __fixunssfti, __fixunstfdi,
>        __fixunstfsi, __fixunstfti, __floatditf, __floatsitf, __floattidf,
>        __floattisf, __floattitf, __floatunditf, __floatunsitf, __floatuntidf,
>        __floatuntisf, __floatuntitf, __getf2, __letf2, __multf3, __negtf2,
>        __subtf3, __trunctfdf2, __trunctfsf2, __unordtf2): Exclude and
>        add to GCC_4.3.0 section.

The conversions between TImode and SFmode/DFmode are not new, they were 
already in libgcc_s from the libgcc2.c implementations, and so those eight 
functions must remain in their existing versions.  Only the TFmode 
functions should be new.

-- 
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]