Commit 4159fb8d by Uros Bizjak Committed by Uros Bizjak

t-sol2 (__copysigntf3, __fabstf3): Disable for 64bit targets.

	* config/i386/t-sol2 (__copysigntf3, __fabstf3): Disable for
	64bit targets.
	(__fixtfti, __fixunstfti, __floattitf, __floatuntitf): Enable only
	for 64bit targets.

From-SVN: r163820
parent 0df8fcc8
2010-09-03 Uros Bizjak <ubizjak@gmail.com>
* config/i386/t-sol2 (__copysigntf3, __fabstf3): Disable for
64bit targets.
(__fixtfti, __fixunstfti, __floattitf, __floatuntitf): Enable only
for 64bit targets.
2010-09-03 Uros Bizjak <ubizjak@gmail.com>
Iain Sandoe <iains@gcc.gnu.org>
PR target/45476
......
......@@ -59,26 +59,38 @@
GCC_4.5.0 {
__addtf3
%ifndef __x86_64__
__copysigntf3
%endif
__divtc3
__divtf3
__eqtf2
__extenddftf2
__extendsftf2
__extendxftf2
%ifndef __x86_64__
__fabstf2
%endif
__fixtfdi
__fixtfsi
%ifdef __x86_64__
__fixtfti
%endif
__fixunstfdi
__fixunstfsi
%ifdef __x86_64__
__fixunstfti
%endif
__floatditf
__floatsitf
%ifdef __x86_64__
__floattitf
%endif
__floatunditf
__floatunsitf
%ifdef __x86_64__
__floatuntitf
%endif
__getf2
__gttf2
__letf2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment