* src/device/lib/_mulint.c : new, with assember functions
authorbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 3 Oct 2001 16:24:51 +0000 (16:24 +0000)
committerbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 3 Oct 2001 16:24:51 +0000 (16:24 +0000)
commite06463c2f7f7e77ad74ce0319288798cfbed3e0d
tree6236cc72065115cd119bac35e69bd12623cd7762
parent076e924747dd970f072e650d34c18abc983bb3ea
* src/device/lib/_mulint.c  : new, with assember functions

* src/device/lib/_mullong.c : new, with assember functions

* src/device/lib/_divuint.c : with assember functions

* src/device/lib/_divsint.c : with assember functions

* src/device/lib/_divulong.c: with assember functions

* src/device/lib/_divslong.c: with assember functions

* src/device/lib/_moduint.c : with assember functions

* src/device/lib/_modsint.c : with assember functions

* src/device/lib/_modulong.c: with assember functions

* src/device/lib/_modslong.c: with assember functions

* src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c

* src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c

* src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
                              replaced _mululong.c and _mulslong.c by _mullong.c

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1349 4a8a32a2-be11-0410-ad9d-d568d2c75423
14 files changed:
ChangeLog
device/lib/Makefile.in
device/lib/_divsint.c
device/lib/_divslong.c
device/lib/_divuint.c
device/lib/_divulong.c
device/lib/_modsint.c
device/lib/_modslong.c
device/lib/_moduint.c
device/lib/_modulong.c
device/lib/_mulint.c
device/lib/_mullong.c
device/lib/libint.lib
device/lib/liblong.lib