libgcc-std.ver (__addvsi3, [...]): New functions.

* libgcc-std.ver (__addvsi3, __addvdi3,  __subvsi3, __subvdi3,
        __mulvsi3, __negvsi2, __negvdi2, __absvsi2, __absvdi2, __mulvdi3):
        New functions.

From-SVN: r37010
This commit is contained in:
Chandrakala Chavva 2000-10-22 17:20:28 -04:00 committed by Chandra Chavva
parent db5ae31b19
commit ae4bd6227a
2 changed files with 16 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2000-10-21 Chandrakala Chavva <cchavva@redhat.com>
* libgcc-std.ver (__addvsi3, __addvdi3, __subvsi3, __subvdi3,
__mulvsi3, __negvsi2, __negvdi2, __absvsi2, __absvdi2, __mulvdi3):
New functions.
2000-10-22 Alexandre Oliva <aoliva@redhat.com> 2000-10-22 Alexandre Oliva <aoliva@redhat.com>
* calls.c (combine_pending_stack_adjustment_and_call): Don't * calls.c (combine_pending_stack_adjustment_and_call): Don't

View file

@ -1,7 +1,9 @@
GCC_3.0 { GCC_3.0 {
# libgcc1 symbols # libgcc1 symbols
__absvsi2
__adddf3 __adddf3
__addsf3 __addsf3
__addvsi3
__ashlsi3 __ashlsi3
__ashrsi3 __ashrsi3
__divdf3 __divdf3
@ -28,17 +30,22 @@ GCC_3.0 {
__muldf3 __muldf3
__mulsf3 __mulsf3
__mulsi3 __mulsi3
__mulvsi3
__nedf2 __nedf2
__negdf2 __negdf2
__negsf2 __negsf2
__negvsi2
__nesf2 __nesf2
__subdf3 __subdf3
__subsf3 __subsf3
__subvsi3
__truncdfsf2 __truncdfsf2
__udivsi3 __udivsi3
__umodsi3 __umodsi3
# libgcc2 DImode arithmetic (for 32-bit targets). # libgcc2 DImode arithmetic (for 32-bit targets).
__absvdi2
__addvdi3
__ashldi3 __ashldi3
__ashrdi3 __ashrdi3
__cmpdi2 __cmpdi2
@ -53,7 +60,10 @@ GCC_3.0 {
__lshrdi3 __lshrdi3
__moddi3 __moddi3
__muldi3 __muldi3
__mulvdi3
__negdi2 __negdi2
__negvdi2
__subvdi3
__ucmpdi2 __ucmpdi2
__udivdi3 __udivdi3
__udivmoddi4 __udivmoddi4