* device/lib/z80/printf.c (sprintf): Added.
authormichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 16 Apr 2002 03:57:42 +0000 (03:57 +0000)
committermichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 16 Apr 2002 03:57:42 +0000 (03:57 +0000)
commitf0d3e26f7b91a687dbf34c7e3f56be5f371e1a1e
treea5c223af94c64bd02f2e581b3050e60c603f4b2a
parentd790fe02c51a314a91b170f93a1e80e595af16a2
* device/lib/z80/printf.c (sprintf): Added.

* src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.

* src/z80/peeph.def: Added transpose redundent load rule.

* src/z80/main.c: Added force callee saves for jaune.

* src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.

* src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2010 4a8a32a2-be11-0410-ad9d-d568d2c75423
23 files changed:
ChangeLog
configure
configure.in
device/lib/_memcpy.c
device/lib/_memset.c
device/lib/gbz80/printf.c
device/lib/z80/printf.c
sdcc.spec
sdcc_vc.h
sdccconf_in.h
src/SDCCargs.h [new file with mode: 0644]
src/SDCCmain.c
src/avr/main.c
src/ds390/main.c
src/mcs51/main.c
src/pic/main.c
src/port.h
src/xa51/main.c
src/z80/gen.c
src/z80/main.c
src/z80/peeph.def
src/z80/ralloc.c
src/z80/z80.h