* Fixed alias of -c to -canything
authormichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 3 Aug 2001 06:31:03 +0000 (06:31 +0000)
committermichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 3 Aug 2001 06:31:03 +0000 (06:31 +0000)
commit57fb57efdae84efae57eb3f23897a0c2c3b598e4
treef4d49232dd08d27328513afe6c10253492e8173c
parent0cd5a9ae78e1742e975073530149c58d96830e72
* Fixed alias of -c to -canything
* Added long support for mul and div to the z80 port.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1125 4a8a32a2-be11-0410-ad9d-d568d2c75423
12 files changed:
device/include/asm/z80/features.h
device/lib/_divslong.c
device/lib/_modslong.c
device/lib/_mulslong.c
device/lib/_mululong.c
device/lib/z80/Makefile
src/SDCCmain.c
src/z80/gen.c
src/z80/ralloc.c
support/Util/SDCCerr.c
support/Util/SDCCerr.h
support/regression/tests/muldiv.c