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
This commit is contained in:
parent
965703ed8e
commit
9f680e794f
@ -1,3 +1,8 @@
|
||||
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>
|
||||
|
||||
* expmed.c (shift_cost, shiftadd_cost, shiftsub_cost): Additionally
|
||||
|
@ -194,8 +194,13 @@ GCC_3.3.1 {
|
||||
%inherit GCC_3.3.2 GCC_3.3.1
|
||||
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 {
|
||||
# bit scanning and counting built-ins
|
||||
__clzsi2
|
||||
|
Loading…
Reference in New Issue
Block a user