X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=41cfd956e0140f734fe94f612eb486cd2db59b9e;hb=f0d3e26f7b91a687dbf34c7e3f56be5f371e1a1e;hp=7e7ff6e6cdf1b8031c9b1a84d77513802042add2;hpb=d790fe02c51a314a91b170f93a1e80e595af16a2;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index 7e7ff6e6..41cfd956 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2002-04-15 Michael Hope + + * 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. + 2002-03-28 Johan Knol * src/SDCCval.c: fixed bug #532436 @@ -35,7 +49,11 @@ * src/pic/device.c: Added. device.c is a PIC port hack to accomodate variations in PIC devices. - + +2002-03-13 Michael Hope + + * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled. Yeah. + 2002-03-04 johanknol * /src/SDCCval.c: fixed @@ -87,6 +105,7 @@ * sdcc/src/SDCCcse.c: Better fix for bug # 514308 +>>>>>>> 1.105 2002-03-02 * src/SDCCast.c (decorateType): fixed bug #524708