Use libgcc files from klibc
authorhpa <hpa>
Wed, 17 Nov 2004 07:19:58 +0000 (07:19 +0000)
committerhpa <hpa>
Wed, 17 Nov 2004 07:19:58 +0000 (07:19 +0000)
commit5a3fe8281d8f9880a4c0d723fa342f086f0999f6
treed651d38436e25433c96f9a8e397112d83816f3a3
parentf8d40d44b77e1e8f7a7d5d49fc588f0df62c1c14
Use libgcc files from klibc
com32/lib/Makefile
com32/lib/libgcc/__ashldi3.S [new file with mode: 0644]
com32/lib/libgcc/__ashrdi3.S [new file with mode: 0644]
com32/lib/libgcc/__divdi3.c [new file with mode: 0644]
com32/lib/libgcc/__lshrdi3.S [new file with mode: 0644]
com32/lib/libgcc/__moddi3.c [new file with mode: 0644]
com32/lib/libgcc/__muldi3.S [new file with mode: 0644]
com32/lib/libgcc/__negdi2.S [new file with mode: 0644]
com32/lib/libgcc/__udivdi3.c [new file with mode: 0644]
com32/lib/libgcc/__udivmoddi4.c [new file with mode: 0644]
com32/lib/libgcc/__umoddi3.c [new file with mode: 0644]