Commit 9f680e79 by Kaz Kojima

libgcc-std.ver: Add __unorddf2 and __unordsf2 with version 3.3.4.

	* config/sh/libgcc-std.ver: Add __unorddf2 and __unordsf2 with
	version 3.3.4.

From-SVN: r83057
parent 965703ed
2004-06-13 Kaz Kojima <kkojima@gcc.gnu.org>
* config/sh/libgcc-std.ver: Add __unorddf2 and __unordsf2 with
version 3.3.4.
2004-06-12 Roger Sayle <roger@eyesopen.com> 2004-06-12 Roger Sayle <roger@eyesopen.com>
* expmed.c (shift_cost, shiftadd_cost, shiftsub_cost): Additionally * expmed.c (shift_cost, shiftadd_cost, shiftsub_cost): Additionally
......
...@@ -194,8 +194,13 @@ GCC_3.3.1 { ...@@ -194,8 +194,13 @@ GCC_3.3.1 {
%inherit GCC_3.3.2 GCC_3.3.1 %inherit GCC_3.3.2 GCC_3.3.1
GCC_3.3.2 { GCC_3.3.2 {
} }
%inherit GCC_3.3.4 GCC_3.3.2
GCC_3.3.4 {
__unorddf2
__unordsf2
}
%inherit GCC_3.4 GCC_3.3.2 %inherit GCC_3.4 GCC_3.3.4
GCC_3.4 { GCC_3.4 {
# bit scanning and counting built-ins # bit scanning and counting built-ins
__clzsi2 __clzsi2
......
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