Commit cdfedab1 by H.J. Lu Committed by H.J. Lu

Export __extendxftf2 to GCC_4.5.0 for 32bit libgcc.

2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>

	PR target/43383
	* config/i386/libgcc-glibc.ver: Add __extendxftf2 to GCC_4.5.0
	for 32bit.

From-SVN: r157544
parent c21372c4
2010-03-18 H.J. Lu <hongjiu.lu@intel.com>
PR target/43383
* config/i386/libgcc-glibc.ver: Add __extendxftf2 to GCC_4.5.0
for 32bit.
2010-03-18 Michael Matz <matz@suse.de> 2010-03-18 Michael Matz <matz@suse.de>
PR middle-end/43419 PR middle-end/43419
......
...@@ -180,4 +180,7 @@ GCC_4.4.0 { ...@@ -180,4 +180,7 @@ GCC_4.4.0 {
__trunctfxf2 __trunctfxf2
__unordtf2 __unordtf2
} }
GCC_4.5.0 {
__extendxftf2
}
%endif %endif
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